Loading Tool

Explorer IconExplorer

Memory Pool

78,973 transactions
29.43 vMB
0.08342726 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt 0eac5a05bef3144b2dae466f861d8b296f9289040e170cd2de270529397f571d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e70ec51b8ebc268e9529a0fac418c442c5f5de7d2999418346e8a45d0f8a82bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.01874220 BTC
Feerates: 402.60 > 1.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (213,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,668 701,668 0000000000000000000c3fd5489f0846dab2e61deb806ef12f41193a276bc071 2,546 0.95/1.00 vMB 3
701,667 701,667 0000000000000000000b84034d7aa8ebedc5f8baf74396e94c8562495b50b353 2,564 1.00/1.00 vMB 5
701,666 701,666 0000000000000000000e92a32e1ade1d12248a36755b94736eb211db7e43842d 1,972 1.00/1.00 vMB 16
701,665 701,665 00000000000000000002cbfb837a88c0510b9ef2bed580043d0f35f1d4b3a8ce 3,272 1.00/1.00 vMB 22
701,664 701,664 0000000000000000000b4ed1298e4aa7fff46bc229461a83f3e04ff814225706 2,809 1.00/1.00 vMB 17
701,663 701,663 0000000000000000000d7207ce8d751cdb0f285d7c950282dd3d4380b94797ed 1,808 0.84/1.00 vMB 7
701,662 701,662 000000000000000000098bb8cb04004b10d8a1fe76524d2d6e2a697f77d31131 3,489 1.00/1.00 vMB 9
701,661 701,661 000000000000000000006b00ab6b5eac32fa78f24fc28dcd898701be3c878f4f 1,743 1.00/1.00 vMB 15
701,660 701,660 0000000000000000000d118f7b0db30afde1d1f13403b4c920876aa9bd274926 1,585 1.00/1.00 vMB 14
701,659 701,659 000000000000000000040e7ec9f1ad35a37d8e25e8bec26dd113ab56fc0fd5b5 225 0.09/1.00 vMB 10
701,658 701,658 0000000000000000000df30dcb14810fd836b534ab030563c3581a7de4812385 2,396 0.62/1.00 vMB 4
701,657 701,657 00000000000000000000f7a1cfb6df5d11eafa8195fbeb205f491b456057418e 2,920 1.00/1.00 vMB 20
701,656 701,656 0000000000000000000024e6c99d3f73e0ffa706077f4f534ffb070a43d961c6 2,477 0.94/1.00 vMB 12
701,655 701,655 000000000000000000059605f5b3588d7cc46aaea5d6c3de853183cf218d5f81 462 0.21/1.00 vMB 11
701,654 701,654 0000000000000000000e61f9dfb09e045c8885599d16df7fdce87731c384d1f7 1,771 0.63/1.00 vMB 15
701,653 701,653 0000000000000000000af8d9833903e2a04d8de9c6e8d7c04cd17b7f66d1f764 1,915 0.73/1.00 vMB 4
701,652 701,652 000000000000000000009f9702b641ad30ae538666ee5b11ec397d92bb355d67 2,380 1.00/1.00 vMB 8
701,651 701,651 0000000000000000000ea381f4ef4c8fec8eaeaa641e60f942252af871eb8ffb 2,194 1.00/1.00 vMB 14
701,650 701,650 0000000000000000000e3f626927ff0e1464ddbb4995b650fef08da078b15530 2,251 1.00/1.00 vMB 16
701,649 701,649 00000000000000000006c4a13d3f2cc38f0ae4641fda4f7a3c4142df6bfcacb0 70 0.02/1.00 vMB 14
701,648 701,648 0000000000000000000da9abededdb5624baab364d2936e77bb6b755d2a6a27c 668 0.26/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.