Loading Tool

Explorer IconExplorer

Memory Pool

77,070 transactions
28.81 vMB
0.09684221 BTC
Random Selection Loading Transactions
Max Size: 174.80/200 MB

Candidate Block

Mining Attempt 5cd71fba980a38814c8bab974a3aaa0daec206bf6dc30d5f898869944ecff251
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root c7243542bd728a85b5e1ccd6281e56bc8f49a5c329c0d7434a35eed1b20c5f8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 1.00 vMB
Total Fees: 0.02916461 BTC
Feerates: 180.82 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (489,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,983 425,983 000000000000000003b7a33cac81fdb3108e3bbc875ba35a9e1fd61283871fb8 2,091 1.00/1.00 vMB 69
425,982 425,982 000000000000000002d1be854583ea67a8a938a00417885cc1ff9722c60dd71a 2,441 1.00/1.00 vMB 66
425,981 425,981 0000000000000000016c1f1dfcea7054f4cf00324aafa3c2659b843f5e95c824 1 0.00/1.00 vMB 0
425,980 425,980 000000000000000001a3599cfa3d45f830112a87db2e678f3c33a91da01f8bce 1,778 1.00/1.00 vMB 99
425,979 425,979 00000000000000000244cc594956fc8f3757c6c22b55782443555aac1c90435b 779 1.00/1.00 vMB 20
425,978 425,978 0000000000000000025a0ac1cb3ffcddf5f9cf3931267666eb8f21641ff80501 325 0.98/1.00 vMB 8
425,977 425,977 000000000000000004cf3823af6360bfd1340b858e60b5ed8399d902f449e1f1 2,576 1.00/1.00 vMB 74
425,976 425,976 000000000000000002d0c2dbdc23ce8f8f5f3fc291439546a40344a28ed64bbc 1,973 0.98/1.00 vMB 45
425,975 425,975 0000000000000000021cafaa307c4732435d38ceae1d11a6426c6fab1b616196 1,964 1.00/1.00 vMB 99
425,974 425,974 00000000000000000297419bf3cf20cad73d360962961eb2baec38188c992157 1,338 0.97/1.00 vMB 42
425,973 425,973 000000000000000003726a6dcb29b0e79ed9e632bcef165a0d5230c3126edcc2 2,746 1.00/1.00 vMB 77
425,972 425,972 000000000000000001fb594a95bda9b0e03a210e8bf16f6c1914114fd2dc2808 1,244 0.42/1.00 vMB 77
425,971 425,971 000000000000000000c75f859c3cbf40ddfa90de3343360638804f6b3c991e8d 2,449 0.99/1.00 vMB 66
425,970 425,970 00000000000000000148a054ca5a369ef1b24193ef80a3babb4db21c01a4ccc3 2,182 0.89/1.00 vMB 67
425,969 425,969 0000000000000000046df0facabdd1d27a11f570c0751437a9f3389d1211a85a 1,690 0.70/1.00 vMB 64
425,968 425,968 000000000000000000c8f6c3e9fe4e16baccd1531d3bc0d5dd51de6078780fd9 1,796 1.00/1.00 vMB 47
425,967 425,967 0000000000000000026adbb8eb77a91991de2c57b78b0372b20ee3031b7b1866 2,683 1.00/1.00 vMB 75
425,966 425,966 00000000000000000102b9c5fcbf557aa8a1c8e569a67c0542df8abf922fb7e3 343 0.11/1.00 vMB 83
425,965 425,965 000000000000000004c99ddc28747cbd3e4dadb9186dd57451f7c12c2b396ed1 530 0.65/1.00 vMB 26
425,964 425,964 00000000000000000444335b445483a0eb862d7542872f7bc9d01c9e81ca1b3b 2,217 0.95/1.00 vMB 63
425,963 425,963 00000000000000000199c0693ef43511bee1c445717248fba25115054ce52444 1,021 0.50/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 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.