Loading Tool

Explorer IconExplorer

Memory Pool

41,735 transactions
27.58 vMB
0.06989206 BTC
Random Selection Loading Transactions
Max Size: 142.66/200 MB

Candidate Block

Mining Attempt 52bef4178ff1577872b51c95017f3eb1f3e1e1a95f41895146fd5a0c78c02c06
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 6832d34ad0f332c813e8076b5c617e1996c9d9d0cf3f319877156739e594af05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01554498 BTC
Feerates: 100.53 > 1.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (520,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,756 393,756 000000000000000005075c05315f9e01fd13ee669aad0816e48de1f29a9780cd 387 0.58/1.00 vMB 13
393,755 393,755 0000000000000000044f8fdb228c279ea3d750f3ea3cbecbd6393866268acc33 1,076 0.95/1.00 vMB 22
393,754 393,754 0000000000000000053ceaaeb3225f535cba51cba17a93741de3576ad36680d9 2 0.00/1.00 vMB 0
393,753 393,753 0000000000000000001c7445a042c4181d288bf5a73f4a8c31ba629ee27a65af 454 0.99/1.00 vMB 12
393,752 393,752 00000000000000000892e83639a807699b2ad7f93b7a5414e4240e307a91a34d 621 1.00/1.00 vMB 9
393,751 393,751 000000000000000000eba635a9d96f5eef6848c6fb67d9d8339bcf3ea37ed14e 563 1.00/1.00 vMB 10
393,750 393,750 0000000000000000072fe6f2e0ed0b4c46b89321f087365c4bbe64b59946a83f 1,794 1.00/1.00 vMB 29
393,749 393,749 0000000000000000004655317d8818e863373801b252c894245191b28f4cb74e 1,394 0.66/1.00 vMB 36
393,748 393,748 00000000000000000924c1b87befaf64a52c0579b21d3213f8697a95ac88083b 1,224 1.00/1.00 vMB 27
393,747 393,747 0000000000000000051571b1e7bd9d94e67ff53e285a9018ad921beb44d632e1 1,167 1.00/1.00 vMB 23
393,746 393,746 000000000000000006b9f5c5e04d4df9df05b90c5f79c6af2aa152386e6f1210 2,146 0.99/1.00 vMB 43
393,745 393,745 00000000000000000272008e58d5a7cccb8b2ba461ebdb7ad64808f89dab1bc9 1,235 0.93/1.00 vMB 24
393,744 393,744 0000000000000000015c9fc6937deac306697c5d9f5f82dcb15d6ffbd38bde34 2,775 1.00/1.00 vMB 53
393,743 393,743 0000000000000000073790649b36b76948a63b9c7abbbf625a7566f532baefc7 2,434 0.75/1.00 vMB 77
393,742 393,742 0000000000000000042a911d53a142a119c4f46ed0190266f3da331ae7a80540 1,297 0.63/1.00 vMB 33
393,741 393,741 0000000000000000049776736924c66757fc63e4e9a5dee1202581154ed79307 795 0.93/1.00 vMB 15
393,740 393,740 0000000000000000028107589a7a43f6213abc3e264712c3297f09e8f48165d2 2,547 1.00/1.00 vMB 39
393,739 393,739 0000000000000000086460318ffc9717503cbb9d9b11778c65f5a2b6dee0ea4a 1,010 0.75/1.00 vMB 21
393,738 393,738 0000000000000000001f19a435e6245eb916f770b038bbbe7981c41e4be54de6 915 0.89/1.00 vMB 20
393,737 393,737 000000000000000009b1517fcf0cf76d633bd1fa29e617d063d572c9d87ce1c4 1,647 0.99/1.00 vMB 39
393,736 393,736 000000000000000008d00db157c858100b85c92660f4861fac3a4c73316ea926 2,976 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.