Loading Tool

Explorer IconExplorer

Memory Pool

86,596 transactions
31.80 vMB
0.10835332 BTC
Random Selection Loading Transactions
Max Size: 194.77/200 MB

Candidate Block

Mining Attempt 57f07f6c47a0e444522845bf4e1afc123b21bef9648154a2227a088f75c9a9fa
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root b743b5083fe0ae5a5dec468f7c608beafcb06c820e46f7e30876d2384e102b4c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.02786624 BTC
Feerates: 1,236.26 > 2.79 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (480,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,889 434,889 000000000000000000733942150eda306e1daa988506ce1e45b221e59ddebf43 1,718 0.75/1.00 vMB 85
434,888 434,888 000000000000000000bd298333334cc7c4af495a6a3aa8e865e5cf87e94be1d3 1,954 0.75/1.00 vMB 84
434,887 434,887 000000000000000001453da0b64f3e5107ba2152b9baeaa715437a9962b51d19 2,438 1.00/1.00 vMB 82
434,886 434,886 000000000000000000fa7a22bbdb43623db8efd0dec916098dacc65325a09c83 1,889 1.00/1.00 vMB 110
434,885 434,885 000000000000000000473e92a5732860b22a723cc389db816682c0d76b31bb22 2,583 1.00/1.00 vMB 71
434,884 434,884 00000000000000000412bef169474b8827e23e89aa35e03791675d3cd638cdba 1,429 1.00/1.00 vMB 47
434,883 434,883 0000000000000000016207c9d67b58f20f49fcd791edb3df745c5b907c06d4c8 1,673 1.00/1.00 vMB 84
434,882 434,882 0000000000000000028526e4eefc6e0207049e8a373512d3e6a38fc0ec5a7f35 1,008 1.00/1.00 vMB 77
434,881 434,881 000000000000000003e3975f232df430315c7c2bf459a0f0f6795ddb37cc5a9d 1,543 1.00/1.00 vMB 34
434,880 434,880 0000000000000000042de55ca08151cff28f8682f20c28e6f020d7554db54353 1,845 1.00/1.00 vMB 54
434,879 434,879 0000000000000000001b1101a25a11f8b17818a774afb297179327e5236177fc 1,585 1.00/1.00 vMB 77
434,878 434,878 0000000000000000021ab3d6087d7de7a105ef7123b794f13625714aa6f3d908 1,732 1.00/1.00 vMB 78
434,877 434,877 000000000000000003082b2c9b05edbfda63945bf7c33d9d41078a520c2dd487 273 1.00/1.00 vMB 41
434,876 434,876 000000000000000000f9f5aacc9524727cf0978d0288e31cc5761bbb7ce5e1af 1,621 1.00/1.00 vMB 31
434,875 434,875 000000000000000002e29f038ac2460cff06c6ad2476d27a7be298a97f56ce49 1,907 1.00/1.00 vMB 57
434,874 434,874 000000000000000002054ec9c85860334ff9d66e7d02656feec0ea3b77e74672 2,592 1.00/1.00 vMB 79
434,873 434,873 000000000000000002f2117b20ac65f7a7b0b45e120d6277dbe6cd640800318f 1,951 1.00/1.00 vMB 48
434,872 434,872 0000000000000000017cd91d444da9ebe2d609548bf6d0c437f5624c7d9b8fe8 3,076 1.00/1.00 vMB 58
434,871 434,871 000000000000000001497070db06bcbcac2b48623ff2312bada9bdd586042529 2,683 1.00/1.00 vMB 69
434,870 434,870 0000000000000000002c4b0d3b029bd9dc81708843a48c464ef6137f03e74ccb 1,797 0.75/1.00 vMB 78
434,869 434,869 000000000000000002ea1b4ae6d48852f5003d3723c9044c8bf01f6dcc97fcbf 2,412 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.