Loading Tool

Explorer IconExplorer

Memory Pool

23,157 transactions
10.14 vMB
0.02832104 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.03/200 MB

Candidate Block

Mining Attempt a4e081df4d6c949d7896c6ebedafd4b565e817c665b456e8d6d5cb42a981e7e2
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root ab33ddaa348a2544348258c5b384547399220b7052db2decbc5e51f0f4b90b3c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.01192914 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (770,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,675 142,675 00000000000003db54badea919e1ccd71d34e736dd50e929e576a8d18ccfb02e 43 0.02 vMB 245
142,674 142,674 00000000000007985fb5365dabbc30a08d923d0f85fd2da1b6c19430d1a0bd42 6 0.01 vMB 17
142,673 142,673 00000000000006c030187d2d5ae3aaa241a355ef3914e622f0184a9399116bb6 78 0.02 vMB 61
142,672 142,672 0000000000000915480c4ea0fe2f2fb1d42f26fc419ee6b7660a85dcbe6d870c 16 0.01 vMB 371
142,671 142,671 000000000000055ce235bba7e557c5b91c5786efaee3e4db39540f8cf19fc77a 101 0.05 vMB 86
142,670 142,670 000000000000037d21eac4f3b3bad15fed45717603d4dc486d8bd26e42efa27b 101 0.05 vMB 67
142,669 142,669 00000000000005a85e3ef268f564cce627725b3d29e2012bf8746cc961519d79 95 0.05 vMB 262
142,668 142,668 00000000000007292b810580b00785b3f7d048c7be089980b91328356dce5c92 46 0.04 vMB 107
142,667 142,667 0000000000000732418b224888988b58d615eb71fde6bec7802efc535fe05ddd 92 0.04 vMB 106
142,666 142,666 0000000000000857f66ff1aec50ddc2a43fa5743e241d931ae360fdce3cdf913 125 0.04 vMB 4
142,665 142,665 00000000000008f8f26a05bb02b7da5278b48363bf6fdf5f6f47ac9de3afaebf 45 0.02 vMB 219
142,664 142,664 000000000000014e98f699f3e7d095ab7e3431ab2948e005e068e7f62c698b7e 38 0.02 vMB 83
142,663 142,663 000000000000020772698d2c1e74908a9a74979b22771a326bf3671e27ee29a0 109 0.05 vMB 167
142,662 142,662 00000000000007a6e7554381cdb29088706862ede8e1a50138c82354b7ba024b 22 0.01 vMB 36
142,661 142,661 0000000000000597db6282ae95f74fe42243ba0f7c557d9423e01687d934ce1e 3 0.00 vMB 0
142,660 142,660 00000000000007305a53ecf1874284a680044df1050b2823ec66065a1b2a2c0c 47 0.01 vMB 47
142,659 142,659 0000000000000227abbbf4836ba2d0bc066665b98214fe7c1dc8471eba390dd7 133 0.05 vMB 86
142,658 142,658 00000000000001329465121cc364d41a6698e9dc45737f0eaefd1086038476b3 94 0.05 vMB 180
142,657 142,657 0000000000000153295e64789f2e3504b775be21401ab5981a65ccdd0ef97287 7 0.00 vMB 886
142,656 142,656 000000000000057336a2bbe1b0079b970d00b31c342050b4ff0e541e46aa2e3a 162 0.05 vMB 97
142,655 142,655 000000000000055f3f26d836b1ceb4b556779c19ad5f882780cbd728a6bbb4d9 15 0.00 vMB 52
Previous 10 blocks ↓
Total Size: 779.75 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: 379.28 GB
    • Received: 1.90 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.