Loading Tool

Explorer IconExplorer

Memory Pool

81,911 transactions
32.99 vMB
0.13386215 BTC
Random Selection Loading Transactions
Max Size: 192.76/200 MB

Candidate Block

Mining Attempt 480cb5705b75e55e2a2a29b2d3a1302175b20d4705b1c12e77758ce54dc8a7f3
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 575866174d6c7f46e74955c1b4b1e5a7bd73d76664a94e5a9ed8d93d1f3c4b67
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.03248698 BTC
Feerates: 254.50 > 3.26 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (476,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,684 438,684 000000000000000003ef7ed438978ae7ef28c8fc699f1a11760fc7707dfca023 338 0.17/1.00 vMB 53
438,683 438,683 000000000000000002bd8bdbcaef29aa8772b4c91ca941013abb4f74bc19bbc0 67 0.11/1.00 vMB 14
438,682 438,682 0000000000000000028c54e07a4c7f1e37bfdef5a8870c44a3442ef696dbca8a 137 0.08/1.00 vMB 57
438,681 438,681 0000000000000000009e954ff1b172663a6ac6ea7e0508e0df2bf3d659debf7b 1,577 0.99/1.00 vMB 42
438,680 438,680 000000000000000000fecda769fb51b6b1dcf0a6d2e4fd78fc9a45af7fa808ad 1,490 0.82/1.00 vMB 49
438,679 438,679 0000000000000000003945a4c6e2ddf1ba11911293ce29693f693c1a142a133b 139 0.63/1.00 vMB 9
438,678 438,678 000000000000000002fa7517cd17568b084b923923b1f64a62b88985314e74a9 1,850 1.00/1.00 vMB 47
438,677 438,677 0000000000000000016846beeeda8b642ffde59e09824f2704d96f1ca064b1a1 2,853 1.00/1.00 vMB 77
438,676 438,676 000000000000000001d58b8008c798eff4614d9afaf8992d42e967d09052ebb1 294 0.75/1.00 vMB 6
438,675 438,675 0000000000000000044de8453b15ea7189e7bc546fb0c495ca3bc1f8d34b7ff5 2,192 1.00/1.00 vMB 52
438,674 438,674 000000000000000003dd10c02bd2b1556136a402bc96e89a8108c3ba2d17e972 694 0.33/1.00 vMB 71
438,673 438,673 00000000000000000247831b45308abf04979698050f97f406e3c00de8221c06 329 0.75/1.00 vMB 8
438,672 438,672 000000000000000003b338b2380b47ae1bc96cd5d8febc79f0441f43c1c2364b 2,173 0.95/1.00 vMB 65
438,671 438,671 000000000000000002df1a752d2ff3d9ad56b38296d86d4455e880c086b508be 951 0.50/1.00 vMB 57
438,670 438,670 000000000000000000dc94895907c44a49a7d4a29854395e96c1135d0d5fe0a1 1,004 1.00/1.00 vMB 22
438,669 438,669 0000000000000000013a523b6fe82d74a2591004374e308997df9afea90b2623 1,670 0.86/1.00 vMB 56
438,668 438,668 000000000000000001bc82e9a796b28ea5ff11ad9ae9cb2a6a7a11ef20f6171c 1,612 0.68/1.00 vMB 62
438,667 438,667 0000000000000000019ec3f313fdd047d60be3d27f1d08375e52cd7de74ab03c 684 0.36/1.00 vMB 52
438,666 438,666 000000000000000000ada33fecd10025fbbd1fd10e4bc2c304932ab73d068895 435 0.22/1.00 vMB 82
438,665 438,665 00000000000000000084b41fe44d6e59d474b50d336e03fb03f52fdead76e97c 280 0.75/1.00 vMB 8
438,664 438,664 0000000000000000025d1c19afe6ac41786d3af266753bebd4d2d9f53aee52ec 1,763 0.87/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 783.08 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: 724.09 GB
    • Received: 18.41 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.