Loading Tool

Explorer IconExplorer

Memory Pool

41,720 transactions
28.16 vMB
0.06923646 BTC
Random Selection Loading Transactions
Max Size: 144.80/200 MB

Candidate Block

Mining Attempt ddede12216a0d8e00645113c369218b25062599d49e9b0e0b8cf9f72642432bc
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 8c149f3c05e34d5f9105fc171b2310841eff0ccdc9fdc07f423d1cbfd600beb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01435492 BTC
Feerates: 100.56 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (848,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,137 66,137 0000000004dd24f51393d47236319d472c6e7b7a6d1b59c196563e67efc5e09a 8 0.00/1.00 vMB 0
66,136 66,136 0000000006d807298c7b0a19b301182c84243f6ea41c930c6b0855b1bc9cff71 8 0.00/1.00 vMB 0
66,135 66,135 00000000070833325ef09ae4fc9e40fd54ba27304b7d7ca15a8c3da98ef6ebd4 2 0.00/1.00 vMB 0
66,134 66,134 0000000006b715a90d3850d8c5d6da0225eb583a728ef3bb612405b2679ecace 2 0.00/1.00 vMB 0
66,133 66,133 00000000040804d35aad044fe266725865a8dd7f21b6416a1e7cbcad8ca3d696 3 0.00/1.00 vMB 0
66,132 66,132 000000000093e7c080a2b3e5b97686b14d5e92252e78269dd2717c3b54df3ea0 8 0.00/1.00 vMB 0
66,131 66,131 000000000022d9cee846ea8e50063655fef1181bf0f4e8bbb047ae1bfda350bd 2 0.00/1.00 vMB 0
66,130 66,130 000000000a075093d761f1766f78ce752a42bb1fcb95eac5abb233393923312a 2 0.00/1.00 vMB 0
66,129 66,129 0000000005edbc35ba96a7cbe7156459be24b56aa13c3851876c529dde035cc2 7 0.00/1.00 vMB 0
66,128 66,128 0000000003cc2f6a9b4b5f6e9775e9d3541eb06783ede98b0b709560deedec56 1 0.00/1.00 vMB 0
66,127 66,127 00000000006dcdf1453bedef2b931d434cf9bc097074f7ee4f56d77c291f3db3 1 0.00/1.00 vMB 0
66,126 66,126 0000000006b0ee2df983c5e0b6c734277f761cf16149c9aebaf75a9027e198e6 10 0.00/1.00 vMB 0
66,125 66,125 0000000002f340a5cfd994234955721a770394f09ecdcd999c1636d195c67de9 2 0.00/1.00 vMB 0
66,124 66,124 000000000477c2d95f3a872df9d6a043adb5c3e2a95b3a685e01ae7814c2a5b8 3 0.00/1.00 vMB 0
66,123 66,123 0000000007c5600616a94ef6805410cf7ab4bf49a8d875516cb264f60e2dd3e6 7 0.00/1.00 vMB 0
66,122 66,122 0000000004a60dfbc57b1a4cd88525f76b33edc8a004f1f6e3790630726bc41a 1 0.00/1.00 vMB 0
66,121 66,121 00000000040360ab3bdba143d79442528f9a26afe1fb20531cc17b750bfe00fa 12 0.00/1.00 vMB 0
66,120 66,120 0000000002df1abfff5a820ecd6e73590339968049109b52ffbd3dcdd2a6f710 3 0.00/1.00 vMB 0
66,119 66,119 000000000700b9d85f7aa83becc4059f08decb0a7d89f9be3278f9a6471571d3 1 0.00/1.00 vMB 0
66,118 66,118 0000000007c7d83f4b3e9dfa2df6d247c479802ae859322501d0cd61e91f15f0 1 0.00/1.00 vMB 0
66,117 66,117 00000000045cfcc59e9ab14a0966ea60d229a65946c3822aff35dc46f542f67b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.80 GB
    • Received: 12.08 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.