Loading Tool

Explorer IconExplorer

Memory Pool

86,261 transactions
32.88 vMB
0.07532048 BTC
Random Selection Loading Transactions
Max Size: 195.96/200 MB

Candidate Block

Mining Attempt e681020bed7b6f5df27d2ea3156559da0e7b240bcde8984016eda1df553813da
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 55a1fb2d64ab555f01c30c2a4d34394895d828ea509d1f791ec3ea2ea8fd0394
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,100
Size: 1.00 vMB
Total Fees: 0.00975769 BTC
Feerates: 151.14 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (609,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
305,869 305,869 00000000000000004a22cecd18e8183cd37093ef620e17feabcac48f8f16f178 297 0.21/1.00 vMB 22
305,868 305,868 0000000000000000563c8853f062fb83e8ab9b83c4f7fa81beab772bd08e8b33 514 0.34/1.00 vMB 23
305,867 305,867 00000000000000004fe42f887b673b0bcf50e4bdd4612b6d38b95093327ed7f5 317 0.19/1.00 vMB 22
305,866 305,866 00000000000000002dbed523cbf20b59250d5e964520f6ad064717f85d8d6a57 107 0.05/1.00 vMB 28
305,865 305,865 000000000000000041658b097194983d0d3407516ea3b7cd6a74e4767db9fe21 40 0.06/1.00 vMB 4
305,864 305,864 00000000000000003610dcba51cc139ccf9398fcce82e142f32dd44c3b0ee793 130 0.06/1.00 vMB 27
305,863 305,863 0000000000000000510821db9a11fb68800218e9269ee773a3d4a170fa8d5953 276 0.12/1.00 vMB 27
305,862 305,862 0000000000000000354703304bda2806d31e4344e037b5b6d258db1886dd6850 38 0.01/1.00 vMB 27
305,861 305,861 0000000000000000050124f2ba18b509129bff11ff907676c7fc2ef8b1029235 229 0.12/1.00 vMB 26
305,860 305,860 000000000000000023888397bd107f83b42000909cfebd83c695d5aab5133fa5 98 0.09/1.00 vMB 14
305,859 305,859 000000000000000059092b5d96f545f7a18c92659c470a8d9c3ea343e4b5e1ce 836 0.48/1.00 vMB 28
305,858 305,858 00000000000000002a1da6f325a1c675c4381125319475f2985b44c4fa5a66cf 256 0.15/1.00 vMB 26
305,857 305,857 0000000000000000028423ad5affa96109bf68b8ff94892bef1693520a913164 77 0.03/1.00 vMB 32
305,856 305,856 00000000000000001dedfdde414f030e4ac86864595fb0f2be24d99006247815 345 0.14/1.00 vMB 34
305,855 305,855 00000000000000002c4ac9259f5499ab97195242316b02947cd3ca99019f4896 160 0.05/1.00 vMB 33
305,854 305,854 0000000000000000003a5ac0b441a67152b1b143f157e1389acb8111c973afd6 244 0.12/1.00 vMB 26
305,853 305,853 00000000000000003b1c66f27caf572036169cb4c1c1d5aaad3375439cd4cd9a 15 0.01/1.00 vMB 31
305,852 305,852 00000000000000003f1984521014200f055287e21c9ea20087c1653f62319eb2 8 0.00/1.00 vMB 17
305,851 305,851 000000000000000007b37b11275e62f3e082e57d5a17c7e6598e1baaa4433e7f 202 0.11/1.00 vMB 28
305,850 305,850 0000000000000000023a63e7dc00864d9fd4234663377804889980d483223b7f 64 0.02/1.00 vMB 47
305,849 305,849 0000000000000000099cb8f55aac78fb2fbbaf5f05856d4b77571cf5cb60dbaf 51 0.02/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.