Loading Tool

Explorer IconExplorer

Memory Pool

84,271 transactions
31.64 vMB
0.14161423 BTC
Random Selection Loading Transactions
Max Size: 189.02/200 MB

Candidate Block

Mining Attempt 94fddb9ee6fa607844720f7d0b64113070644f5f3b9c4a4a2c72591ee0a9e35b
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 68b38fb4e0818e8889417cd2119658ad920970b3b7888aae7398db3aeb3182d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,172
Size: 1.00 vMB
Total Fees: 0.03721026 BTC
Feerates: 55.77 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (210,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,990 704,990 0000000000000000000bd8c0e26c6767f5a62f4b4182dbe8c88a449a4e1827f4 3,668 1.00/1.00 vMB 10
704,989 704,989 0000000000000000000107bc9f8709975db4c01466b16ffba8fd7dcf506fbe51 3,096 1.00/1.00 vMB 20
704,988 704,988 00000000000000000009bd5a46e178b5ffbf8b7cada61d279ee8149938750501 3,229 1.00/1.00 vMB 18
704,987 704,987 000000000000000000065ca1b8002544886dbf7bc1a977e96e54b9fafc3bd457 2,876 1.00/1.00 vMB 18
704,986 704,986 00000000000000000001d9a180ae4a77a74a4c09d3fb42e894a148d6fc66bfe1 3,158 1.00/1.00 vMB 24
704,985 704,985 00000000000000000007218f699f01754651189b516aa39e08fdf835f1db5832 2,410 0.79/1.00 vMB 13
704,984 704,984 0000000000000000000a4a502fd43fc9a0b0f5f9fb5d5a7fd104d4919bf505ab 33 0.01/1.00 vMB 11
704,983 704,983 00000000000000000007091e1d7764391b553ee2d7fa10603dbcf73c92623563 1,080 0.62/1.00 vMB 7
704,982 704,982 0000000000000000000a75035add1c06b3752ebca55a6f5e2ceea2989a6b14e4 1,609 0.63/1.00 vMB 10
704,981 704,981 000000000000000000090ff020d1377c8dca3a48c42ecf5cce1678de2c50a217 1,433 0.48/1.00 vMB 11
704,980 704,980 000000000000000000071142e1058c8a1131d374dbea93fb71a635517b4b0e8e 246 0.08/1.00 vMB 10
704,979 704,979 00000000000000000003a30b6921aa58709de02f3af5b8b7f856826a9672d2b9 317 0.14/1.00 vMB 12
704,978 704,978 0000000000000000000d742a8b12d3b1569a2ca6461366c9ee3faea645169c30 780 0.51/1.00 vMB 4
704,977 704,977 000000000000000000075d5877f7b3cfd72dbde94da42744716da910e62b6648 2,981 1.00/1.00 vMB 6
704,976 704,976 00000000000000000008bdf71d33ddb22fd43648038235e25bdb0a93c430add3 2,520 1.00/1.00 vMB 11
704,975 704,975 0000000000000000000028814da667c67c345925a14e890ccb16f39b68c66f1f 2,908 1.00/1.00 vMB 23
704,974 704,974 000000000000000000066f22931230ec9df4ad52229c8f05a38f4585cc4bff35 3,200 1.00/1.00 vMB 11
704,973 704,973 000000000000000000001808a36a4e2f85f2d67f006e08fc20ab0008b15f177f 3,381 1.00/1.00 vMB 21
704,972 704,972 0000000000000000000008d247315fc8743f105fdad4d227cf1852d8f844c636 1,338 0.67/1.00 vMB 12
704,971 704,971 0000000000000000000a0341ab6c276ca3f2d58dc8a89a79c086d8fa750d6bac 1,778 0.92/1.00 vMB 3
704,970 704,970 000000000000000000009141cb913c63d108c99bb6e3d2549652058826418a5d 1,620 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.72 GB
    • Received: 16.32 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.