Loading Tool

Explorer IconExplorer

Memory Pool

41,876 transactions
26.85 vMB
0.06157226 BTC
Random Selection Loading Transactions
Max Size: 140.70/200 MB

Candidate Block

Mining Attempt 35f0b3a8305487da4dcf525144f350634a71139e672db30fe01106fbd6a0f7e3
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2fef4b619d57c21121cb4dcb31f243397939bc9534d3ff1a4f588ba7bc8d46ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.01187465 BTC
Feerates: 60.14 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (177,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,438 737,438 00000000000000000001c9b357283a36bf7e1cf6510ea7a5f05e4d7b1a16026f 2,596 1.00/1.00 vMB 10
737,437 737,437 000000000000000000067b3d6ed642c0905c4fea1a547c82b30194026e9b7388 1,903 1.00/1.00 vMB 14
737,436 737,436 00000000000000000003889c07d8f88e4d5530dfcbba6ead3ff66ac7a6607e2f 2,398 1.00/1.00 vMB 21
737,435 737,435 00000000000000000007a1e57debd4e1e7476b2c048b3dbfa5b27bbc4f3fdb79 1,321 0.59/1.00 vMB 12
737,434 737,434 00000000000000000008fc78dcf26e4f0ad0b5567cc3cfd9edf38b681d287eaa 290 0.09/1.00 vMB 14
737,433 737,433 00000000000000000008a896a0ba75b3dbd9719d2fdaa6fe86316cf2f4ffd269 2,749 0.98/1.00 vMB 12
737,432 737,432 000000000000000000047499ebeece21a93f6fcb52d47e05f61c043d37921de1 2,530 0.95/1.00 vMB 12
737,431 737,431 000000000000000000036238879c2067e0eb68f8bb386d8e33bbece937704da0 1,195 0.92/1.00 vMB 4
737,430 737,430 00000000000000000005d58728572e05ce4036ca5efa555c9a2822bc463671b7 2,947 1.00/1.00 vMB 7
737,429 737,429 00000000000000000002c33acea96ddec9aed9da0f269dfd0d6df9fcb1a63a81 2,991 1.00/1.00 vMB 20
737,428 737,428 00000000000000000000690dcc0b65ef65f32f867ac356bd70ca1e01c5c70c9b 130 0.57/1.00 vMB 12
737,427 737,427 00000000000000000004b2e428dbf118dffa8bd89b4b4b68bd4f0387d6b1e255 315 0.47/1.00 vMB 13
737,426 737,426 00000000000000000005a19bbc7413c63a8c8889f66f2e37c1c3ef0e22bf594d 420 0.13/1.00 vMB 12
737,425 737,425 00000000000000000003e51ab0b75a0cfa540634a850f0e512a856794bb67d82 1,386 0.50/1.00 vMB 12
737,424 737,424 0000000000000000000058b799924e7d2bfbcf9a6c3574dfe9976ae571e106aa 1,430 0.59/1.00 vMB 10
737,423 737,423 000000000000000000074bbb3bf270cdb8271cac612d0bc58ef4e1fa1b977733 961 0.38/1.00 vMB 10
737,422 737,422 00000000000000000007a52ff4b6c49bdd713acce1fb9cd91b40910151f3ad29 1,844 0.75/1.00 vMB 14
737,421 737,421 00000000000000000005ee780469ec1706b593a14194b5e9560288671b8e40a4 2,499 1.00/1.00 vMB 11
737,420 737,420 000000000000000000028a086f11ddee147733b7728ec06e531cac0c329a2dc2 821 0.25/1.00 vMB 11
737,419 737,419 00000000000000000000fae406a752ba9b461cbeb2ef6633a6fc7eab6cf0cc9f 1,747 0.59/1.00 vMB 12
737,418 737,418 00000000000000000005228a4cdfdf1ef97f5679273b692b76fb670ff50f09ab 1,598 0.47/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.