Loading Tool

Explorer IconExplorer

Memory Pool

77,513 transactions
29.06 vMB
0.07079452 BTC
Random Selection Loading Transactions
Max Size: 178.12/200 MB

Candidate Block

Mining Attempt 20f4b0dec2a0783db2a8fa816afc1eb9ea27cb357288c7e780bec32e6f575d1d
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root db094f4c1b37f7a29f9ea2679dca1b092e390fd801bc897719e89220012a4d32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,075
Size: 1.00 vMB
Total Fees: 0.00709169 BTC
Feerates: 94.79 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (341,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,499 573,499 000000000000000000007da9ac686af209d99c6f0cf5b17281e1690490e08d2c 3,625 1.00/1.00 vMB 83
573,498 573,498 00000000000000000011c11454fdf7c91a91956b3937fca903bd8ca27cc9e5f5 3,119 1.00/1.00 vMB 30
573,497 573,497 00000000000000000020b09e9a4accaf9760342cf962420cca428fe3f7b8a35f 2,352 0.90/1.00 vMB 4
573,496 573,496 0000000000000000001e0f7226ce8d486c405ac00c23fda3fe16698dd881e271 2,802 1.00/1.00 vMB 17
573,495 573,495 00000000000000000019e5e38bfb1f2abc689ed799f12324d41514c9113559d6 2,817 1.00/1.00 vMB 52
573,494 573,494 0000000000000000001586a2b9b3e69275f463cd7039b46a4fb972158fefe5ba 2,436 1.00/1.00 vMB 16
573,493 573,493 00000000000000000006305190b83c9c65b7fd2ac0ef1f86d4f46e49feba9509 3,232 1.00/1.00 vMB 65
573,492 573,492 0000000000000000001df3a942b87abf1f39e2ab2005a56c84e341480fc3ec47 2,125 1.00/1.00 vMB 11
573,491 573,491 0000000000000000001c7735653fbd881122a06767b3e18c1c9f1e3f52a33e4b 3,044 1.00/1.00 vMB 73
573,490 573,490 00000000000000000010740749ed4b2fb63203ea0ecbd3d3d6f9a4c880a14996 1,971 1.00/1.00 vMB 16
573,489 573,489 0000000000000000002249569a10d6e99dd5fec4debd2f542e0dc848508873e3 1,953 1.00/1.00 vMB 33
573,488 573,488 0000000000000000001d59bdd58354aa0369c39daf65bb9f3c594c5931a8b325 2,120 1.00/1.00 vMB 33
573,487 573,487 000000000000000000007336083c80a7312dfd343d2f1b7f4fea8ab1d78b910e 2,709 1.00/1.00 vMB 30
573,486 573,486 0000000000000000001cf5043bafb14e0ea11cbbfa0519ce9f5016226983b7d5 2,595 1.00/1.00 vMB 41
573,485 573,485 00000000000000000020af93933d9fb776551b1298ec544e764d4586cefb26ca 2,719 1.00/1.00 vMB 73
573,484 573,484 0000000000000000000e95c9e016f8fa9338f6cf777910f1fef69319bbd759e9 1,623 1.00/1.00 vMB 54
573,483 573,483 000000000000000000068924c7e9664cac9d2be809dcad1981ebe5fbb5de7212 2,878 1.00/1.00 vMB 86
573,482 573,482 000000000000000000276d413d7f471b4545cf8dfd5cbb8288b0d42a83755140 1,042 1.00/1.00 vMB 59
573,481 573,481 0000000000000000000e4ee3da387e898b24cc94aed03e3d87b0ce5d215141d2 1,478 1.00/1.00 vMB 68
573,480 573,480 00000000000000000024422f9ff6657b5edbd4681f5c64ed548fb477738ed35c 928 1.00/1.00 vMB 60
573,479 573,479 0000000000000000000abe8a96e397d16173809138ca1b327416386d5cd2f8e1 2,432 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.03 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.