Loading Tool

Explorer IconExplorer

Memory Pool

87,131 transactions
32.31 vMB
0.14098248 BTC
Random Selection Loading Transactions
Max Size: 197.78/200 MB

Candidate Block

Mining Attempt adffb32ce705d71146cc63324749c3fb451bf2eb988132106e0e189f9dd1d02b
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 081146cd5d041a7deca7b2c3b47e16d73fcaf5532e2c65b532167a8f9415627c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.05311390 BTC
Feerates: 301.57 > 5.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (341,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
573,478 573,478 000000000000000000142515fe822b4549f29f5ac8604b5e7a56f26ca73a4340 1,135 0.41/1.00 vMB 53
573,477 573,477 000000000000000000213bf254076fe6460cb8251504e997f99107d98145f7b8 2,529 0.90/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.61 GB
    • Received: 16.94 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.