Loading Tool

Explorer IconExplorer

Memory Pool

50,406 transactions
28.32 vMB
0.06453578 BTC
Random Selection Loading Transactions
Max Size: 152.29/200 MB

Candidate Block

Mining Attempt 460f3787978d47947486281d631e3cbdb0a0e6959a6a9ffca8397648c09d3012
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root ab409c6e717f15157cfd0ce2d57b9a22c3235a64b82eda7c4436e980224341f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.01045786 BTC
Feerates: 100.00 > 1.05 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (353,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,677 561,677 0000000000000000002698f9c65ad4bbffc7a9f86acd44a0aec005e291f05306 2,313 1.00/1.00 vMB 10
561,676 561,676 000000000000000000005634949c9aaa06a68e3840e34ab2c5aa224048399dc3 3,145 1.00/1.00 vMB 16
561,675 561,675 0000000000000000002adc5bafff03b493bb3812eff2a3ea21ddc90a1fc31cbb 3,031 1.00/1.00 vMB 11
561,674 561,674 0000000000000000002aa9ed615040afe80ca8c0dd288f0b8ffebc940fadce84 3,007 1.00/1.00 vMB 12
561,673 561,673 0000000000000000001dfe8eeee09262cc00ed56cfe9d2a87c4eb6ad55e7fc63 2,894 1.00/1.00 vMB 21
561,672 561,672 000000000000000000043400da478e5b4522884058bb6a0cbbba80d0dbcfbd9e 2,983 1.00/1.00 vMB 19
561,671 561,671 00000000000000000000e992134b483558ff7c40ef66a9aac839f210939beedd 3,168 1.00/1.00 vMB 18
561,670 561,670 00000000000000000012dbb854df7a3f4fa49eb674932156e87f5bae21d5b167 3,080 1.00/1.00 vMB 12
561,669 561,669 0000000000000000001413b0baa1865522a64f3d5de8f546687b7a7614456969 3,557 1.00/1.00 vMB 20
561,668 561,668 0000000000000000001a2880fb3b9098fcf23d7b7e143e86c3c0791f80ff2b6b 2,896 1.00/1.00 vMB 30
561,667 561,667 000000000000000000112e59b8a63ec5fed0d7cd2f8ee0c10657aea260888acb 2,903 1.00/1.00 vMB 31
561,666 561,666 00000000000000000024ca7fd2be8d33a7ae28783ea936da969746645972fee0 2,542 1.00/1.00 vMB 19
561,665 561,665 0000000000000000001894d6b221b0019d9431b6f18fb54903173e699c50b442 2,912 1.00/1.00 vMB 12
561,664 561,664 0000000000000000002368df383dc33d855c4c63739bad389f7404775be86aab 903 0.36/1.00 vMB 11
561,663 561,663 00000000000000000009075bdc571f8b926c5f3f6f2f1d7878096355c198f396 1,407 0.59/1.00 vMB 4
561,662 561,662 00000000000000000018ad835ced14219da994da96ab597def6b4e34e9945e05 2,799 1.00/1.00 vMB 9
561,661 561,661 00000000000000000010421640252d03fe2ef4832238fada3baaafeeb2457523 2,216 1.00/1.00 vMB 6
561,660 561,660 00000000000000000025e271460c499e6f293229f6dd61df0d883aed195ac409 2,902 1.00/1.00 vMB 6
561,659 561,659 000000000000000000263d2cb852aec59db53f9c213e19357671165a66e8b539 2,470 1.00/1.00 vMB 11
561,658 561,658 00000000000000000016061cca9e51b44e2c7636ea54d18d0e9b78b034b36a02 3,112 1.00/1.00 vMB 28
561,657 561,657 000000000000000000142ff4eeb6aa7851d20e1b8d0fe97b6e306778540d659c 1,026 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.02 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: 649.91 GB
    • Received: 13.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.