Loading Tool

Explorer IconExplorer

Memory Pool

79,588 transactions
29.67 vMB
0.07812879 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt d81ce54893da2962e39651d9d629ebe45c4eb0634af10259f51c89411b1f3477
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root cd7e25f9eb67e87610efebb3fb1266f84a130aa2471ea49ad9f31f76e68833f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,397
Size: 1.00 vMB
Total Fees: 0.01760646 BTC
Feerates: 502.65 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (92,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,446 822,446 00000000000000000003c7e3462986bdc1524f1ab4d41eb9cc3622475a72ee4c 3,963 1.00/1.00 vMB 213
822,445 822,445 000000000000000000024e953cc2ae68087cb6d4b46cf78605cc7d1b3d967b6b 4,029 1.00/1.00 vMB 234
822,444 822,444 000000000000000000019f9620d66997347f5430b4bcd75b8ebe4dfee7bea8e1 4,126 1.00/1.00 vMB 283
822,443 822,443 000000000000000000027f7d346c1b53de91aa7493ca71eb0ea9ff08a39a6f9b 1,552 1.00/1.00 vMB 93
822,442 822,442 00000000000000000002354fc90d80f9c9d89f2c71d69ceda9899ea8e39d8fa8 4,469 1.00/1.00 vMB 134
822,441 822,441 000000000000000000033cf46f5e84fbe63e02cd44f7f0fd62aab3482db593db 4,162 1.00/1.00 vMB 117
822,440 822,440 00000000000000000001d9b6dd594cfd7068773d4993fc00377b6a48fcad02c7 3,507 1.00/1.00 vMB 121
822,439 822,439 00000000000000000002cb50eb9c4df0672e83ad465f475c3c644ab1589d4cfc 4,403 1.00/1.00 vMB 123
822,438 822,438 0000000000000000000421648f18e9bdfc7d1f9a186596b7eb464d1a0aede91a 2,554 1.00/1.00 vMB 124
822,437 822,437 000000000000000000025b204a75dbab085534c0cb58517de88396c23f95601a 3,745 1.00/1.00 vMB 139
822,436 822,436 00000000000000000002706d481470311902f3d171df20bad644d8381ff515f6 2,563 1.00/1.00 vMB 276
822,435 822,435 0000000000000000000024e53181a9002e385a309653d26577a09534b5aebbec 3,068 1.00/1.00 vMB 167
822,434 822,434 0000000000000000000039d49e28e1e4323aeb2431d5835a1b91d79495e82129 2,483 1.00/1.00 vMB 326
822,433 822,433 00000000000000000000bbac4c11a262933f2f4f659ea9b79371c135417916f6 1,531 1.00/1.00 vMB 114
822,432 822,432 0000000000000000000063212d8d6adda2c93e7d2ab0e7a7c51c5e6da732d04e 3,229 1.00/1.00 vMB 115
822,431 822,431 000000000000000000038111970d13e5a495d18251c092ac2a51093909e2a047 2,556 1.00/1.00 vMB 114
822,430 822,430 00000000000000000003ec5b3430f08ba33013b771ee4c155df81b0ce1ecf94c 3,145 1.00/1.00 vMB 216
822,429 822,429 0000000000000000000199974f72a079427e7f172230a79277d29f06415e8b94 3,264 1.00/1.00 vMB 156
822,428 822,428 000000000000000000034513c9f664a7551f9398ae445e3d42c3e34bc8d951b5 4,895 1.00/1.00 vMB 154
822,427 822,427 000000000000000000025c82ebb8af8f78180f9756f3e2cf25af7c0b12683e62 3,161 1.00/1.00 vMB 116
822,426 822,426 000000000000000000012c617711fb95fa0777297340027d01abe01ba4340671 3,009 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.