Loading Tool

Explorer IconExplorer

Memory Pool

78,808 transactions
29.26 vMB
0.07936327 BTC
Random Selection Loading Transactions
Max Size: 174.97/200 MB

Candidate Block

Mining Attempt 77efb0ef9166c2d35134bbdb5025e627337297cb850de81404874b135a06c9e5
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 024b776fb04773c96c9b814389a6dd17f06117de15b9387f69926b275ed2f094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,568
Size: 1.00 vMB
Total Fees: 0.01984598 BTC
Feerates: 150.77 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (256,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,076 658,076 0000000000000000000b273e53b0fe30edcafe01766a0c127f86b81c99028f33 1,967 1.00/1.00 vMB 42
658,075 658,075 00000000000000000008b770998a7ba702751ab6bfbbcb630aed49ef2a45bb87 2,162 0.71/1.00 vMB 17
658,074 658,074 0000000000000000000ae11115c71119845deda55c4cf24f8ef5cdb2d9f3fdb7 2,678 1.00/1.00 vMB 43
658,073 658,073 000000000000000000025fd61ad2d35a7dc88498e89b05a521e063c41c9560bc 1,355 0.60/1.00 vMB 25
658,072 658,072 0000000000000000000348187b0015f7e0901f1f68d9df9478658f4a4f72c4aa 2,143 0.73/1.00 vMB 34
658,071 658,071 0000000000000000000240049a946c3fd09b9d71754f67f80e58035f1668cd2f 2,281 0.79/1.00 vMB 35
658,070 658,070 0000000000000000000bb439a43f102996234891ea696b70ad8547d14dd2046e 130 0.04/1.00 vMB 32
658,069 658,069 00000000000000000001fb24c53495fedb7b92f75868c52591ded749dc1939d3 1,796 0.80/1.00 vMB 6
658,068 658,068 00000000000000000005afeb84258c3b9407b56c12e4c2d4cd40d4b2c70e0d3c 2,862 1.00/1.00 vMB 50
658,067 658,067 00000000000000000008d78d4b2ddcf544a6013be83c9a2a2b6a276db0c2b5e7 835 0.64/1.00 vMB 19
658,066 658,066 0000000000000000000df03b07095b498f1288f2588531f3bce2d5e7fc87d64a 1,567 0.99/1.00 vMB 21
658,065 658,065 0000000000000000000155265b326b172c33602cd27024974909ef56f79aaa86 2,795 1.00/1.00 vMB 31
658,064 658,064 0000000000000000000dbec939b78b9984e864389e09a5c6b5fec72ba35911aa 2,203 0.99/1.00 vMB 22
658,063 658,063 0000000000000000000deb00c86086fdb7d150aa71cebe51306202afeb3f9c7c 635 0.22/1.00 vMB 28
658,062 658,062 0000000000000000000c1341b0123a5fbe82a7ab88de6c12c584438c0b265e97 1,139 0.97/1.00 vMB 16
658,061 658,061 0000000000000000000b792d130633f30596d210e01c5ad80f0f3b6874612c83 282 0.11/1.00 vMB 21
658,060 658,060 00000000000000000004ed65a82d2bdeac63df1a4b8d18c5f84b7b6f14e916ad 1,619 0.54/1.00 vMB 30
658,059 658,059 00000000000000000003b0bd2dc99f0fe462ca08ce9d7e2befe7a34ed61ce3b3 1,837 0.72/1.00 vMB 25
658,058 658,058 0000000000000000000401ce3020121a2245fd1ae23a91e0d783a106d9cf809c 2,497 0.98/1.00 vMB 30
658,057 658,057 0000000000000000000aa589ef7f59820f078e786f579190a86a88a6cc1a5ac1 1,580 0.63/1.00 vMB 39
658,056 658,056 0000000000000000000fddcfaf11fbc3ff2e51b33d46388f940577f1ad7423f1 1,759 0.67/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.