Loading Tool

Explorer IconExplorer

Memory Pool

77,133 transactions
29.25 vMB
0.09306939 BTC
Random Selection Loading Transactions
Max Size: 176.69/200 MB

Candidate Block

Mining Attempt f21ed89aa0cfae234671b0c5f25aaab354032e0a42ca7b6eb779b221f6621d83
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root 8703b26d9f7b3bd6f2f847dd16fe4c52b094f1d40c62f7631cc48265f7230408
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,752
Size: 1.00 vMB
Total Fees: 0.02063742 BTC
Feerates: 82.92 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (91,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,599 823,599 00000000000000000002f8bb2a1e7eb3f192511843483894e0674553d8ee8d6b 5,332 1.00/1.00 vMB 165
823,598 823,598 00000000000000000002c66d58fd7ea26de34f0d059a91cdaa5455d415daa6e9 5,174 1.00/1.00 vMB 170
823,597 823,597 00000000000000000001468722815a41d6d86b295e6169837042bfb85f03569a 5,084 1.00/1.00 vMB 166
823,596 823,596 00000000000000000001acfbcb8b65cb578afc73f63366036410f7567614fe8e 3,957 1.00/1.00 vMB 188
823,595 823,595 00000000000000000002645a439a637c032212e8f8f55df4c69a2a316d041e12 3,441 1.00/1.00 vMB 178
823,594 823,594 0000000000000000000252955122b74851face467f1db704e6558aa8c4df77d0 4,522 1.00/1.00 vMB 161
823,593 823,593 00000000000000000001eb889341ac1b25be8de0bb88cc6454d2a589afa08eb8 4,319 1.00/1.00 vMB 166
823,592 823,592 00000000000000000002e1b498b8d8809e573080f9088c8dbf6c84a5272cd25f 3,908 1.00/1.00 vMB 203
823,591 823,591 00000000000000000001b85e43fb6f973735ab9f5d9f48314f54bce4a20a22a5 4,105 1.00/1.00 vMB 214
823,590 823,590 00000000000000000000a50e0f83b2d1b851738c67412dfe7167738004d05d99 4,679 1.00/1.00 vMB 185
823,589 823,589 00000000000000000002a97b15d37db9ffc4ed50a8dd1dc70fbf8e837e378bea 3,727 1.00/1.00 vMB 180
823,588 823,588 0000000000000000000032037b833a7e03478425759d1e561841c52a89b16da2 4,107 1.00/1.00 vMB 193
823,587 823,587 000000000000000000020f8737129fa952d437e2f7346fd1c382fdbc818fa736 3,005 1.00/1.00 vMB 176
823,586 823,586 000000000000000000016d1c4a74f22452627395a56f1abe02ef67d9b8392c4e 3,015 1.00/1.00 vMB 200
823,585 823,585 000000000000000000029fbacd614d037ecc79e07512bad5cd6d07a4771e8dca 4,915 1.00/1.00 vMB 183
823,584 823,584 00000000000000000000bcd024b2c710f66e30bdee207313602c2ae50ee7b093 4,424 1.00/1.00 vMB 207
823,583 823,583 00000000000000000002a6a592880857586ec6c04d9b02bf2771efe3056e4f2b 3,163 1.00/1.00 vMB 236
823,582 823,582 000000000000000000024ef74ad3d59285ef1b55f5a75f0cfa258f07fd57aeab 4,675 1.00/1.00 vMB 202
823,581 823,581 00000000000000000001388c7a69519ca0110f55f64da3184de5aaaf3bf8a2e4 1,483 1.00/1.00 vMB 210
823,580 823,580 000000000000000000000db17dc16a22fc3d0d4b0643bd36def6e9db554c034e 1,832 1.00/1.00 vMB 234
823,579 823,579 00000000000000000000aabf0780a399d9002ab3037c7a34527a9c817978595d 3,445 1.00/1.00 vMB 263
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.