Loading Tool

Explorer IconExplorer

Memory Pool

24,526 transactions
17.52 vMB
0.03521741 BTC
Random Selection Loading Transactions
Max Size: 93.97/200 MB

Candidate Block

Mining Attempt 7d742ced0f0f4d5f58672a60839b542bd755bcfd2a62d0f3398798409752bbe0
Version 20000000
Previous Block 00000000000000000000c7ece734527a9c134041fd950fa2d9447c68b489af4d
Merkle Root ea69e468da6d65553d0bf4c9ae5ee2649f330579d1c8c7b76e03c83895dc0daf
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.01642268 BTC
Feerates: 480.81 > 1.65 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,580 (43 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,537 941,537 00000000000000000001cd70e5f627eb7c4f871a10727109b35b77c72d0ccab9 761 0.22/1.00 vMB 2
941,536 941,536 000000000000000000005861564ee8151925e95eca59e590f1ea181ae24639f6 6,122 1.00/1.00 vMB 0
941,535 941,535 000000000000000000007d0a725c6db6102c2dc3078a07599a01a5959be92beb 4,668 1.00/1.00 vMB 1
941,534 941,534 000000000000000000005286abe428ee1eded747d1adf6f00ca3da5a7ffe4841 7,779 1.00/1.00 vMB 0
941,533 941,533 000000000000000000008d368302040d0d3fa8bc9c1f935e92eb6d03fdfd58e6 2,409 1.00/1.00 vMB 0
941,532 941,532 000000000000000000000fc692f9264a71c8904e1a82e60e73222bca8e46d5a7 929 0.26/1.00 vMB 2
941,531 941,531 0000000000000000000042785d37cd62cb89a28af9b35aca4aa58623127a4dbf 5,968 1.00/1.00 vMB 0
941,530 941,530 00000000000000000001b6c1bbf1929fa7a8ad01067e300166f28b30ed87842e 2,678 0.78/1.00 vMB 2
941,529 941,529 0000000000000000000057c588fcb265c488d6add48c86361d82327e6edba5e8 4,855 1.00/1.00 vMB 0
941,528 941,528 00000000000000000001e4d5382f2a2e69db171b1289f3c96325916d229e5ff4 7,780 1.00/1.00 vMB 0
941,527 941,527 00000000000000000001bfcd76ea6813f82c9bd382ea3ff3177e2c7f3c3931b8 6,339 1.00/1.00 vMB 0
941,526 941,526 00000000000000000000df1394f2ec78deda2bd78c6388f99d1165d81beeac6a 6,257 1.00/1.00 vMB 0
941,525 941,525 00000000000000000000c85fef0b162cd18bd226afa802d9df466ee259dd4b0a 947 0.27/1.00 vMB 2
941,524 941,524 00000000000000000001a96455e97591b0ac01b568094fb3eb16b343f31ddf66 6,227 1.00/1.00 vMB 0
941,523 941,523 000000000000000000011fb804a26e3bad1c5e29ec04aeca63a2f36d4b957d0b 1,611 0.47/1.00 vMB 2
941,522 941,522 0000000000000000000154260b62d8ccca87d14a44b8bcdfa6522b8e577dce00 1,597 0.50/1.00 vMB 2
941,521 941,521 0000000000000000000118a353522be82303df9e9779bb3e9c1c5f914f395797 5,362 1.00/1.00 vMB 1
941,520 941,520 00000000000000000001d0d4134b42989b47de9dc02df8262f47acaf3e1a13db 25 0.00/1.00 vMB 7
941,519 941,519 00000000000000000000a015777f91044bfb54e31fe38ac83f470f59926f5a09 5,332 1.00/1.00 vMB 1
941,518 941,518 0000000000000000000206e16a08d30625a55d5fca2e018716edcdfadf761240 497 0.13/1.00 vMB 2
941,517 941,517 00000000000000000000ee8ed2022234080fc7a5c5f59f4fd7e7d28dfc0df3aa 860 0.22/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.59 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: 4,663.95 GB
    • Received: 252.73 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.