Loading Tool

Explorer IconExplorer

Memory Pool

25,027 transactions
27.20 vMB
0.05478924 BTC
Random Selection Loading Transactions
Max Size: 129.52/200 MB

Candidate Block

Mining Attempt 461d5ceafb166d87b844372928d689df2a15477f7c0b8dca48dbc7e218a00e50
Version 20000000
Previous Block 00000000000000000001fd04c5091ae94005f8b98064aaa48cbec9a670b458f5
Merkle Root bcc6e834d962add3f9411b8df6f8e26fd9cc4460979a863963be409f50ed45ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 213
Size: 1.00 vMB
Total Fees: 0.00349078 BTC
Feerates: 10.53 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,477 (444,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,758 469,758 0000000000000000003b73e9cca0a481645e5b069ede63ebf8c63c72586e3406 2,449 1.00/1.00 vMB 391
469,757 469,757 0000000000000000002ff1125f5fdbda2d5bcd75db2c0682e88532868527a6db 2,034 1.00/1.00 vMB 346
469,756 469,756 0000000000000000005a0c4899ac51f1898cfc660f27acf167deff1c3cf5d970 1,805 1.00/1.00 vMB 314
469,755 469,755 00000000000000000079342c59a948b3ceb05c3b2a7559a0601a1cc000f49cfd 2,299 1.00/1.00 vMB 403
469,754 469,754 000000000000000000728f38bfe0f2ef5706dbdd0499e3e2a940f511bebd377c 1,510 1.00/1.00 vMB 472
469,753 469,753 00000000000000000079f0938b09c1551d44d5ac49c5f39f2bb485e4c86a92bc 826 0.99/1.00 vMB 160
469,752 469,752 0000000000000000003c995310f310b7c416abf33293a089efe858849b175eb9 568 1.00/1.00 vMB 115
469,751 469,751 000000000000000000af1fff7add24621ceae2b56a6068a8132e46e937fc1bef 1,947 1.00/1.00 vMB 308
469,750 469,750 00000000000000000191d68542a492f39ff9911e219ebc3c718167f0636e68c7 2,197 1.00/1.00 vMB 255
469,749 469,749 000000000000000000ed1d6aa957e51a70dd8f1e0a3b5f86cb8df6c551bad23b 2,394 1.00/1.00 vMB 172
469,748 469,748 00000000000000000040c35676d8be99da3373df79689df4baef91a998ea4d0c 1,904 1.00/1.00 vMB 181
469,747 469,747 000000000000000000d8ce11cb8795fa494cab49ec153b0b76af8aaab4496d1f 1 0.00/1.00 vMB 0
469,746 469,746 000000000000000000219ef87a118b1b2702606e3284c5e98481e14764a02d1e 2,169 1.00/1.00 vMB 75
469,745 469,745 000000000000000000707ee297a0e8bd5c8f0430bb1b5f2c8a71fab4d08069a1 1,837 1.00/1.00 vMB 213
469,744 469,744 0000000000000000009a8aa7b36b0e37a28bf98956097b7b844e172692e604e1 1,818 1.00/1.00 vMB 245
469,743 469,743 000000000000000000f5281e673bb3f7cc0a29fa2e95f616493ab8f5eb0743ff 1,756 1.00/1.00 vMB 338
469,742 469,742 000000000000000001046a06f6cc25b9514efb8b367aafd717424ddb2e628518 1,592 1.00/1.00 vMB 402
469,741 469,741 000000000000000001925267fc208a90af627d72c795c8f9110cd90c091b4b19 1,223 1.00/1.00 vMB 318
469,740 469,740 000000000000000000c6e90d1e8652672667d7311532944f363395933c45ea42 1,675 1.00/1.00 vMB 414
469,739 469,739 000000000000000000edba78a7b89cd59c7bd0fc0f0c8f574ce240f77d33cb6d 1,514 1.00/1.00 vMB 308
469,738 469,738 000000000000000001823d1e87ae2e77290c93940dd1de2dd70044bd6897159f 1,906 1.00/1.00 vMB 494
Previous 10 blocks ↓
Total Size: 781.46 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: 610.86 GB
    • Received: 10.76 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.