Loading Tool

Explorer IconExplorer

Memory Pool

76,802 transactions
28.70 vMB
0.11397711 BTC
Random Selection Loading Transactions
Max Size: 173.64/200 MB

Candidate Block

Mining Attempt 97a21ed4fcf9002d1f4b30954e3b8d4ff1b1a7d9f758c4d58d81557cd611e3f6
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 49da13db27706a39e41901ee5be51e6e5d3d7e9ffecc425a0b6b15cdb91de95e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,016
Size: 1.00 vMB
Total Fees: 0.05434559 BTC
Feerates: 101.65 > 5.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (295,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,591 619,591 00000000000000000001358232252c83e8b187f461584b65402eb81df256dc4b 299 0.07/1.00 vMB 22
619,590 619,590 0000000000000000000ba37649d2040c0f6e12994c566a84082e52e1c304f08b 570 0.41/1.00 vMB 6
619,589 619,589 0000000000000000000a1d9ee2b165e7e49c3dea3e7e9a7cb5fea3d508392167 3,246 0.85/1.00 vMB 15
619,588 619,588 0000000000000000000a027634a7f8ef504ce6d19990465c331f97f78e2ea25b 419 0.10/1.00 vMB 19
619,587 619,587 0000000000000000000418ca7d5e9b3d1a991917010fcbd29678f747c6f7c87d 325 0.42/1.00 vMB 2
619,586 619,586 0000000000000000001170c2df6acadd153b7bb3c9272090f663d5a1b404285e 102 1.00/1.00 vMB 1
619,585 619,585 000000000000000000030798409878802c53beeba83ff1762dfbd1c5dd486605 1,434 1.00/1.00 vMB 7
619,584 619,584 0000000000000000000a7be555a6b4ddc154eac206de92adb5564bed161bbfa1 1,664 1.00/1.00 vMB 2
619,583 619,583 00000000000000000001bf9eefa6889500956367a696935f0c3e6b7001026472 3,382 1.00/1.00 vMB 14
619,582 619,582 00000000000000000011a6b70f9a2d3acc5442867f08226800ccf29276a021d5 2,699 1.00/1.00 vMB 13
619,581 619,581 000000000000000000031482991e5993683e994e3c9a735c93063c1ecde179d5 3,542 1.00/1.00 vMB 19
619,580 619,580 0000000000000000000a42231fc90cc3992356fa380f159954bce2b97bb32163 3,213 1.00/1.00 vMB 19
619,579 619,579 00000000000000000010cf9b6cba43035b8b05cf00a64618dbc34eb192d4f1a7 2,677 1.00/1.00 vMB 7
619,578 619,578 000000000000000000091fa66a73fea4c9a9ea6576cb99d2b0a35a89f0f3a70c 3,213 1.00/1.00 vMB 7
619,577 619,577 00000000000000000002c0d87944d1374b99274eb8a27a7c96d1eaebe0ac6328 3,208 1.00/1.00 vMB 22
619,576 619,576 000000000000000000006e3c8ed9b0f061e2da1c1a2fbb69dff96a1798da3856 2,677 1.00/1.00 vMB 11
619,575 619,575 000000000000000000106b18187c68a823863d2258d968fc3c34c8611dffd8d6 2,621 1.00/1.00 vMB 20
619,574 619,574 0000000000000000000f3e55324aae83689a2e0b633619e8b20a4479fc004d40 3,369 0.99/1.00 vMB 18
619,573 619,573 0000000000000000000568901cf00bf722722603c049fd233578a7ffcfde58f9 3,230 1.00/1.00 vMB 24
619,572 619,572 0000000000000000000da0afae5bbc93193485da75881650263c11a8efed224e 3,279 1.00/1.00 vMB 31
619,571 619,571 00000000000000000003df0fef959cc30165f8c24584b4ba61fefa77d7bf207d 3,528 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.