Loading Tool

Explorer IconExplorer

Memory Pool

73,516 transactions
27.19 vMB
0.06274048 BTC
Random Selection Loading Transactions
Max Size: 166.10/200 MB

Candidate Block

Mining Attempt 418bd6efefb29f0bb14bc7d42e36eb645ccab37e8ea0c3021bf1c0f87419ddd3
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root af12587042ebf0ff47c0793d4302f29a7634d9054a2d350d117872eb703ae290
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.00501776 BTC
Feerates: 74.05 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (418,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,406 496,406 0000000000000000001a3a1c772c45fe832d577086c3a0f4b4519bbbba9e273e 2,868 1.00/1.00 vMB 187
496,405 496,405 0000000000000000008621a8da0a90d78b014055f2de10b83b2c5183a7544bae 2,671 1.00/1.00 vMB 138
496,404 496,404 0000000000000000006881dc5ac945e19c13dfc85f7223b6507a8f7dfa60e874 2,830 1.00/1.00 vMB 147
496,403 496,403 0000000000000000001018b9a696a0d8d19f1b0a7ccfb15e7010587bbc799145 2,359 1.00/1.00 vMB 186
496,402 496,402 0000000000000000008d1340e32797011b998d42365e08a35efba07e73d2a244 2,892 1.00/1.00 vMB 197
496,401 496,401 00000000000000000083d141cc79359d7e3d7862e9d22cfbfd7c0a82d336f40e 2,558 1.00/1.00 vMB 172
496,400 496,400 000000000000000000a092a3569e1f10c7881b7554ff03fbbaf74736c3ae1041 2,134 1.00/1.00 vMB 123
496,399 496,399 00000000000000000039ef59e5824aa6cac2fc3ffe945d4303370fdda47cfbbe 2,282 1.00/1.00 vMB 118
496,398 496,398 000000000000000000cc45071537452345b7a51c2a681df9fef641a8638b6850 2,381 1.00/1.00 vMB 147
496,397 496,397 000000000000000000952b5c347280268742adbe8942b63a2731a68774c7ca93 2,823 1.00/1.00 vMB 192
496,396 496,396 00000000000000000017efb842fd8d198db37467b79198e75b7bc9b3b0e278b6 2,782 1.00/1.00 vMB 167
496,395 496,395 0000000000000000006b2418050166f02e16f7951c815d8348b367d64044d318 2,673 1.00/1.00 vMB 125
496,394 496,394 000000000000000000ab7782bc9259c46cbdda909a5e13c47c0c17be0ba9a17a 2,936 1.00/1.00 vMB 143
496,393 496,393 0000000000000000001f0e0e54be629f467743bcebc2b1578dfb0a1c72f18598 2,608 1.00/1.00 vMB 186
496,392 496,392 00000000000000000097e9f723296d87919e0cf98bf430e44677c2c3cf1f9aab 1 0.00/1.00 vMB 0
496,391 496,391 0000000000000000003403d16712ad35537baf1b196bedcb2c463400bc69e1bd 1,937 1.00/1.00 vMB 78
496,390 496,390 0000000000000000000c92bef1ad0c945d4458e4b34e7a4e92f10b3511e8eb07 2,248 1.00/1.00 vMB 84
496,389 496,389 000000000000000000a12a337c64453611d8e6bac2469ce60340a3a2ee5b80a9 1,633 1.00/1.00 vMB 105
496,388 496,388 000000000000000000a01900812813aade54a4beba103c9b7600625699781494 2,440 1.00/1.00 vMB 120
496,387 496,387 0000000000000000007bca7851e198071ceb0002617b2396c0e24fe57845d6e7 2,652 1.00/1.00 vMB 133
496,386 496,386 0000000000000000000486830130e4fa6c1bf20a5dbdd8b43293ca8d9aa023a9 2,402 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.