Loading Tool

Explorer IconExplorer

Memory Pool

44,869 transactions
26.92 vMB
0.06824847 BTC
Random Selection Loading Transactions
Max Size: 141.40/200 MB

Candidate Block

Mining Attempt d336624d1efdf8a64f8ae86f2c63d850eaa7d8cb2c977c5b26d22988318a2ec9
Version 20000000
Previous Block 0000000000000000000210106905380666cdf8219c37e0bb12d364b24b5bbe7a
Merkle Root 65d639813ee2f16fec5dda29b8a005ebd3337908297b79f2ebaca4827ebc3e01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,471
Size: 1.00 vMB
Total Fees: 0.01841072 BTC
Feerates: 135.80 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,756 (246,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,523 668,523 0000000000000000000603dc27ced1fb759cc67f38b52b45aada227c358eac86 2,131 1.00/1.00 vMB 24
668,522 668,522 0000000000000000000af263f721a3c612fa250e8600ab863c9a5c0b060bf0ab 2,719 1.00/1.00 vMB 126
668,521 668,521 000000000000000000003341c3916ebd55bb5cfdc53954ae6a6c29fdccdba102 2,640 1.00/1.00 vMB 85
668,520 668,520 000000000000000000098870827a26d9330143ba8d578a83e31e85612005f60a 2,449 1.00/1.00 vMB 122
668,519 668,519 0000000000000000000693f3f9cbb8c57bca38985eb8c40f79f1b4976eb83fa9 2,393 1.00/1.00 vMB 58
668,518 668,518 000000000000000000042ef3a715163564180ca60f5eaa656fddb0510e909e39 1,798 1.00/1.00 vMB 121
668,517 668,517 000000000000000000087443da02a4e9099a29d3ad6d771c12a973e688ddd966 2,879 1.00/1.00 vMB 142
668,516 668,516 00000000000000000004a332e3d88b560bfb83b98f6184491008c1c4ef59793a 192 1.00/1.00 vMB 6
668,515 668,515 0000000000000000000c8379f5fad50b11f8d37a26e9f5d164f7f09f6599e46b 2,605 1.00/1.00 vMB 92
668,514 668,514 00000000000000000002643b56c9b992fa13b629f965857abc8e3f009997fd05 1,496 1.00/1.00 vMB 36
668,513 668,513 00000000000000000002490a14a1803747aaf6506cd578ceb367d0f2b9bd7d53 1,504 1.00/1.00 vMB 82
668,512 668,512 0000000000000000000077009e07c7e95f6084924db6bfbc72865bc2bb180b38 1,125 1.00/1.00 vMB 117
668,511 668,511 0000000000000000000c0c252b3988e02224780c6d0e566c4d4f06110ac9bb0b 1,373 1.00/1.00 vMB 33
668,510 668,510 0000000000000000000b7e4eb9355cf1521e07b40882201e41f209a586f5c238 1,829 1.00/1.00 vMB 22
668,509 668,509 00000000000000000003d777ff95393d798ee2a3263668369b2f174dc49127ae 2,269 1.00/1.00 vMB 78
668,508 668,508 0000000000000000000038e112f0d67e23e7041b8c9e8d6011a033a961786e8c 1,416 1.00/1.00 vMB 14
668,507 668,507 0000000000000000000451d74a794feea20dde39cd8ca4b0a85dee43029b6e12 2,360 1.00/1.00 vMB 15
668,506 668,506 000000000000000000009c1771e11ce4d503001623bfc6adbc2d42f78a839158 2,510 1.00/1.00 vMB 26
668,505 668,505 00000000000000000008be26ada5b23c58a59e5df05de48cd55e774c0d78e467 2,750 1.00/1.00 vMB 55
668,504 668,504 0000000000000000000779d765f1d21322d9c229bfec9c2bfed33a67f39464c7 2,736 1.00/1.00 vMB 45
668,503 668,503 0000000000000000000551d95c7620dcb0610cd395bc8d0fb5564e312ef28387 2,415 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.95 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: 647.36 GB
    • Received: 12.93 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.