Loading Tool

Explorer IconExplorer

Memory Pool

36,910 transactions
26.99 vMB
0.05887970 BTC
Random Selection Loading Transactions
Max Size: 137.07/200 MB

Candidate Block

Mining Attempt 9c26f4a5854c37475dc730aa8c1f5be91c16674034bd6448426ead41e51b8150
Version 20000000
Previous Block 00000000000000000000aa901451ea64871ed16c71336cb9b9a72dcf9202be9b
Merkle Root 358498a683b2e4ee4b8ce3a0513efd0c63e87ec768a94a5c1041c2ee9a0cf6b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,411
Size: 1.00 vMB
Total Fees: 0.00804144 BTC
Feerates: 40.21 > 0.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,649 (151,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,087 763,087 000000000000000000073cba2c64ac7b1b18d114b7d4f7216081317cf189753f 498 1.00/1.00 vMB 2
763,086 763,086 000000000000000000020556b322ba87d3386ae9cc5c9633f0ef732c7816bc53 1,644 1.00/1.00 vMB 11
763,085 763,085 000000000000000000049ee84add3db7c3016fa9237bfb23712c82396a484440 1,931 1.00/1.00 vMB 3
763,084 763,084 00000000000000000002ed9da6eae4d257813c216cc986448f9201cb72094f10 2,102 1.00/1.00 vMB 15
763,083 763,083 000000000000000000006581ba7a2c8b5fcad8af0074dbc3acccdba3b9be055e 2,063 1.00/1.00 vMB 9
763,082 763,082 0000000000000000000133dfde31ec8132e9578129d346bbf6681f212af1793f 2,835 1.00/1.00 vMB 29
763,081 763,081 0000000000000000000420b31dbc42c3ab0a0bfc54953b62685d085f99c770df 1,649 1.00/1.00 vMB 10
763,080 763,080 0000000000000000000770989266bb778f120d8d4035ab8e6fc5a7adaf3a3ec7 1,933 1.00/1.00 vMB 16
763,079 763,079 000000000000000000058ccf24f1bf7f77dc54c58adb33df2e3b3c6415587957 2,001 1.00/1.00 vMB 32
763,078 763,078 0000000000000000000135696630245a76e79a98f164771e8b116a7c69b50524 2,751 1.00/1.00 vMB 9
763,077 763,077 00000000000000000002711038b037a19395d71aca81032b683077488f2fe40a 1,629 1.00/1.00 vMB 13
763,076 763,076 00000000000000000007673b1e664a2f28c423a16d4fd15ed4c3014765de8a3c 1,182 1.00/1.00 vMB 11
763,075 763,075 00000000000000000001b4225f12bfbd0e67998d0dfd8e4b6a9016ecdf1330e2 2,535 1.00/1.00 vMB 17
763,074 763,074 00000000000000000000399cb93c29222b36fb6b2e0c19f26a57914438c7f74d 2,741 1.00/1.00 vMB 31
763,073 763,073 00000000000000000001352b1bbb20738813e1085930fc8117b96841fdb6d118 1,462 1.00/1.00 vMB 15
763,072 763,072 0000000000000000000306a4ec6909e71643353e63aa75b0d6ed8b9d2092c0bb 2,237 1.00/1.00 vMB 28
763,071 763,071 00000000000000000005af535cd2a097348f185833b81d0c54bda9dd1e14ff2c 2,940 1.00/1.00 vMB 27
763,070 763,070 00000000000000000006471740c1a606b3f132d5ecabcc8f5c2b18b2054aafce 1,965 1.00/1.00 vMB 6
763,069 763,069 0000000000000000000147a205302effff759758b1983e92424f32f4262aaf6d 2,525 1.00/1.00 vMB 14
763,068 763,068 0000000000000000000672e88e7befdc9ab2fd9bff79d9a9c07122747a12ed46 2,661 1.00/1.00 vMB 6
763,067 763,067 00000000000000000002ab5b24ad96695be2971747d865b84d886f2a051ee811 1,721 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.77 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: 632.69 GB
    • Received: 12.14 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.