Loading Tool

Explorer IconExplorer

Memory Pool

75,329 transactions
27.75 vMB
0.07999104 BTC
Random Selection Loading Transactions
Max Size: 169.39/200 MB

Candidate Block

Mining Attempt 4e09e84b0cc99fdec8be3f79affb110b1b7007276a07065566ece6d271d87fc8
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root a54709a5c05ba2e8d5906531bd27b2380896aa570c6d0f57a47410ceec2548b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,365
Size: 1.00 vMB
Total Fees: 0.02051079 BTC
Feerates: 106.68 > 2.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (165,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,515 749,515 00000000000000000000bcdcc7fe195e6e7a1f1123ffd335b54a961f95bd4afa 1,112 1.00/1.00 vMB 5
749,514 749,514 00000000000000000003c06d4d35c5fa17e54f1d19cabe527eeea6324c4840aa 2,003 1.00/1.00 vMB 15
749,513 749,513 000000000000000000035da67ebfb8dca08e336f4b00c898b2a0f94a4d66e672 296 0.14/1.00 vMB 9
749,512 749,512 000000000000000000035bafa52ce3e0437d3eff8353c422110ae35e31604b2d 1,586 0.83/1.00 vMB 3
749,511 749,511 00000000000000000004145ea23f805f84c7161ec12f3ec4a391a609486c59b2 2,530 1.00/1.00 vMB 13
749,510 749,510 00000000000000000003cae75167ac3b94fee935a4c2ad393c6b81540a1e03a8 1,571 0.59/1.00 vMB 8
749,509 749,509 00000000000000000003e75610ff95b70ba1be75012dfe10738dc13e7835ac69 51 0.02/1.00 vMB 6
749,508 749,508 000000000000000000066e8d8ad244e89941b2c4a4ddc62b630919e2aecda312 548 0.27/1.00 vMB 6
749,507 749,507 000000000000000000051d6716fb04ba3495b30006b8f309ebb1ee6983d4c03b 734 0.34/1.00 vMB 7
749,506 749,506 000000000000000000001403adfd706312f9cbcad2b4d2ce89f88dab4a8617fd 1,469 0.95/1.00 vMB 3
749,505 749,505 000000000000000000055815f84b328642c4d2d45eeeb71d190536febb22389c 1,953 1.00/1.00 vMB 11
749,504 749,504 000000000000000000052965de69e97b6537737bca8cae68782ecf2a96b29858 751 0.31/1.00 vMB 15
749,503 749,503 00000000000000000005898d2eb1fd770d56ff70b8ca36f14ca6b1b29656c278 212 0.16/1.00 vMB 3
749,502 749,502 00000000000000000005912b315c07976b3ea7d76e2ac52d28050c1a6969fa2e 1,367 1.00/1.00 vMB 4
749,501 749,501 00000000000000000003bb42d79adf1a8b51b612641c67ba4a1298b9079f3ceb 1,857 1.00/1.00 vMB 2
749,500 749,500 00000000000000000005a95a39c4a8ffa45efdb72aff2c87ba131af72d7762ee 1,485 1.00/1.00 vMB 8
749,499 749,499 00000000000000000002d7a63c918317d3f716c2dbb0158b74e5458b88de5bc0 2,332 1.00/1.00 vMB 12
749,498 749,498 00000000000000000000d6b4bad4220ad8d902ef4d26b6ec23f8c16aa4b7150f 629 0.25/1.00 vMB 9
749,497 749,497 00000000000000000009151d4205139d5a34a7fcf2e9f53eb2660f454fa20a6d 1,247 0.52/1.00 vMB 8
749,496 749,496 00000000000000000002eadaf43223c42dd1f7d98792b1f7f5da472955269a12 147 0.05/1.00 vMB 5
749,495 749,495 00000000000000000000c97a27135d0d53151ed1ba5b13af1b5e17b94bfae975 295 0.15/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.