Loading Tool

Explorer IconExplorer

Memory Pool

45,279 transactions
28.64 vMB
0.08439923 BTC
Random Selection Loading Transactions
Max Size: 151.87/200 MB

Candidate Block

Mining Attempt 7ba6ae1947a9851df7f5ee7ff3bdaea0facc2b0cf90d3680b89010bb5fb74ce6
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 5cbcc21ac7fa4d05b5f3e2d3c3c47dd40c951826ed555fa477f949b2de106426
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.02990796 BTC
Feerates: 150.92 > 3.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (683,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,715 231,715 00000000000000c0e7227819ed35cb4a04f8938f0fdda54b705fc25c0413f7cc 513 0.20/1.00 vMB 228
231,714 231,714 00000000000000666d1d7eea432a2b5cd6a118b3c5b05037efada231f098cbe1 80 0.03/1.00 vMB 155
231,713 231,713 0000000000000042614ecb418324c9c1686a67c9c8511b1b86ae9247841ccd66 636 0.25/1.00 vMB 204
231,712 231,712 00000000000001b05f3b4bb9dc1be7f02491677b7ef287d7c2fb6e321520a60b 742 0.32/1.00 vMB 533
231,711 231,711 000000000000012451a6aa634e9a4ccc0391a3b7fbe8bea2e25826351b0b6d66 456 0.22/1.00 vMB 160
231,710 231,710 00000000000001954ee2273e95ff1e02bc5ffb0d561a4838fdf963b3cf8aa88c 252 0.14/1.00 vMB 152
231,709 231,709 00000000000001a3558870925ac76c6c9bceedf078149a4a68d9bf44a1c482cf 478 0.25/1.00 vMB 167
231,708 231,708 000000000000000bd5f0bbe7b7f2f154d2db15291fd06dd720910da08258fe38 717 0.25/1.00 vMB 208
231,707 231,707 00000000000001c4f1aaef1bb6e1ce4bc32818928c5e1f27728cb6c6ac1e930f 499 0.25/1.00 vMB 134
231,706 231,706 000000000000007a55844b4b8b080afe8742147a06b44a3ca342584b34b9eb30 456 0.20/1.00 vMB 191
231,705 231,705 000000000000013d5ed687bee3efee513b1efa2cb9e40f3827688d1a49e42993 630 0.25/1.00 vMB 200
231,704 231,704 0000000000000110697e5f309632605502e2734475b183d7415b12bf7dc56a75 522 0.22/1.00 vMB 162
231,703 231,703 00000000000000cf74a74c19053ae4d3cd9d4f86fb3d07a48d6decd6fb9a2bf5 106 0.08/1.00 vMB 100
231,702 231,702 00000000000001ba3dc2fda80b8c3ead1b515182f1bb55c65801dfde48995fb2 578 0.23/1.00 vMB 183
231,701 231,701 00000000000001f07f624299732eec4148ede8c6922777ae0bc6f5550deee9a0 328 0.13/1.00 vMB 209
231,700 231,700 00000000000000a9de5c7148ca7d836f086323e3725c5d7b869490a483d8439f 501 0.25/1.00 vMB 126
231,699 231,699 00000000000001d196f7b453395c6330099789b020a5f22f1509e3936a637db7 522 0.41/1.00 vMB 73
231,698 231,698 000000000000000450536a659cebb25e17190a79c85ddb0dd75d64dfe7b0b9f1 720 0.25/1.00 vMB 277
231,697 231,697 000000000000002b766c778364a7327c962fe7dea6e7bd8e12d287c518c8b20d 837 0.25/1.00 vMB 290
231,696 231,696 00000000000000707757529cad5f41de0987dd661b5076c9c5e1dcba56c191fa 430 0.25/1.00 vMB 142
231,695 231,695 000000000000012a565c3c1321ee2637eb2621351ddc216fe4a047b6048aa5eb 18 0.01/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.