Loading Tool

Explorer IconExplorer

Memory Pool

88,730 transactions
33.16 vMB
0.19637087 BTC
Random Selection Loading Transactions
Max Size: 199.77/200 MB

Candidate Block

Mining Attempt 2dd47cca895de95e54c42188600145c6ec26696455849c3fa940053f4337ea88
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0062610c48f1d45b9f4b806979b713d93868ea6bbb803e36ef517e460e804054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,892
Size: 1.00 vMB
Total Fees: 0.08634421 BTC
Feerates: 387.56 > 8.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (260,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,511 654,511 0000000000000000000e068d29f473023f16dad5aa7cbafb1ac14bf44a302e01 2,627 1.00/1.00 vMB 212
654,510 654,510 000000000000000000016b7151f5b5e38deee6f1e576e11c0de5d978c4deb571 2,418 1.00/1.00 vMB 207
654,509 654,509 00000000000000000008b24a43f8c4e8669f807b5c2e8b4740cb1c9342166fa6 2,674 1.00/1.00 vMB 198
654,508 654,508 0000000000000000000bf3b8dca7e7f37feb516903285582e06096879fca5ded 2,482 1.00/1.00 vMB 167
654,507 654,507 00000000000000000000431ac18160d6224051afa5ad74cce56dd7d9b7d5f735 2,386 1.00/1.00 vMB 217
654,506 654,506 00000000000000000001c9c59a3a9096d07297b8843e42701f170386b3aaed55 2,647 1.00/1.00 vMB 210
654,505 654,505 00000000000000000005b465a6d57183ce90eb0ed9002fc47d65e20569e388eb 3,283 1.00/1.00 vMB 188
654,504 654,504 00000000000000000006a9c23c60e30f223b7b2ac993d4857af0641371426ee1 2,877 1.00/1.00 vMB 238
654,503 654,503 0000000000000000000b1202e59a5795d4d27195058d77570795d223ef147aa0 2,642 1.00/1.00 vMB 241
654,502 654,502 000000000000000000034e1eb22f2f5c7a19d9eb0f0d61cfa754c0ffde3c660b 2,344 1.00/1.00 vMB 188
654,501 654,501 000000000000000000037feebd997561164bcaaf68cf932bfc55b90f5aa3d2f3 2,283 1.00/1.00 vMB 238
654,500 654,500 0000000000000000000c1ab2b3ee7779129ea7045d50d490922a5b7ff0e12a5f 1,806 1.00/1.00 vMB 200
654,499 654,499 000000000000000000095eaf76a73a7986ea2e6a3b0d190fb10ab986b683c619 2,443 1.00/1.00 vMB 208
654,498 654,498 0000000000000000000318291249db2c9b658d087e4f06bcd2ed24481e81533c 2,525 1.00/1.00 vMB 179
654,497 654,497 00000000000000000000a22c660fc97e41ae101db4958d943637ff2df58a967c 2,839 1.00/1.00 vMB 199
654,496 654,496 0000000000000000000cfef7146b2737c3a7d59961d5b38695892334a97abf0b 3,161 1.00/1.00 vMB 203
654,495 654,495 0000000000000000000b88aaa12b23ad0623b9b12f806f7ed6ba04a7652841b4 2,974 1.00/1.00 vMB 235
654,494 654,494 0000000000000000000d93a90d991d9a4eba70e0e5fffb1fea3f57d7139bef6b 2,106 1.00/1.00 vMB 218
654,493 654,493 0000000000000000000154771e7efbaaceafcb5667c7e596914e8c94db0397f2 2,924 1.00/1.00 vMB 218
654,492 654,492 0000000000000000000b9d96810754beda3e91f39f72bf882a86814b18a1ed62 2,757 1.00/1.00 vMB 210
654,491 654,491 0000000000000000000e00aeef23839d8cc99f23bf41187eee0e78bca1b050c5 2,971 1.00/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 782.31 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: 660.08 GB
    • Received: 14.62 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.