Loading Tool

Explorer IconExplorer

Memory Pool

35,444 transactions
25.90 vMB
0.06526455 BTC
Random Selection Loading Transactions
Max Size: 132.06/200 MB

Candidate Block

Mining Attempt 3046e3de5d1adeba00efa2f2a3744b8d49703afd45060b47c8decb1ec6553c96
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 20e260ae915e5d7e1618bea4f361ed8451fedbdac62b51ec4b01b4ebe8624900
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,106
Size: 1.00 vMB
Total Fees: 0.01786539 BTC
Feerates: 713.01 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (283,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,341 631,341 00000000000000000001cf10ce2a2e2073ac803ce8ce246dc92b85247306405c 2,187 1.00/1.00 vMB 194
631,340 631,340 0000000000000000000cdd6602ddbff256aa98f440d70529c83c9f22ee2a8c64 2,924 1.00/1.00 vMB 146
631,339 631,339 0000000000000000000714df12959d57d8d02f957ef3cbe9cc768aca7ccb906c 2,534 1.00/1.00 vMB 101
631,338 631,338 00000000000000000004c1e3f1f889501b5b2407a2fe37bd94f76fb7b417ed54 2,582 1.00/1.00 vMB 170
631,337 631,337 0000000000000000000d61012680d0913d7f83aed683504cbce2df88e79bbb8f 2,663 1.00/1.00 vMB 141
631,336 631,336 0000000000000000000d22cd79336e5ccad89a052451784803abecf6f81557d2 3,059 1.00/1.00 vMB 217
631,335 631,335 0000000000000000000bf410fb15652acf9a348e2ab73e72e1234515978c8a1b 3,120 1.00/1.00 vMB 230
631,334 631,334 00000000000000000010e0fdd11600f9025bf0c1e89a2fa36d62bf396564da70 2,668 1.00/1.00 vMB 39
631,333 631,333 000000000000000000081403eaa524830b19661d755cc9c6f558b41618fb430e 2,845 1.00/1.00 vMB 67
631,332 631,332 00000000000000000008b44ca2f2842468a827959f516bab8a8b035e84a60d5d 2,461 1.00/1.00 vMB 187
631,331 631,331 0000000000000000000fb3a85af51a1992b286f3f4850891b8779c3cefc5c677 2,604 1.00/1.00 vMB 229
631,330 631,330 00000000000000000010bdce57b3a98b7438f0d4d1ccced3450c3421e6625ed5 3,086 1.00/1.00 vMB 231
631,329 631,329 0000000000000000000fddd33d8328c289f77f3c8e239ba08a5266caf682bf7e 2,607 1.00/1.00 vMB 186
631,328 631,328 000000000000000000027cf4618b2d7842ec1c71433da3e182d5fafa57a9dc4a 2,573 1.00/1.00 vMB 23
631,327 631,327 00000000000000000005d3878320828ffcae381a83443fd39f3a552ae104fccc 2,772 1.00/1.00 vMB 45
631,326 631,326 000000000000000000044ea45b8313e16f1eff65d0cdf5e641011d1ae5bf60fc 2,929 1.00/1.00 vMB 141
631,325 631,325 000000000000000000015baba9e227b9852e5156642411c7ebd643126bdba35a 2,605 1.00/1.00 vMB 222
631,324 631,324 0000000000000000000b80cf5ef9bef3f4a673bd7e71a3d8ffdff3b6250670e8 2,363 1.00/1.00 vMB 129
631,323 631,323 0000000000000000000d144a67f0797ed2ac65357983ca6e54275ae4b37c0c2d 2,475 1.00/1.00 vMB 160
631,322 631,322 000000000000000000125a7e2fbe86e0a6f1d9b4112ce38193c0e739dd4d7a35 2,257 1.00/1.00 vMB 191
631,321 631,321 0000000000000000000a32007ead7e7bbc385d0a4f05bc005406d99d41a0d645 2,871 1.00/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.34 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.