Loading Tool

Explorer IconExplorer

Memory Pool

45,556 transactions
29.00 vMB
0.13686397 BTC
Random Selection Loading Transactions
Max Size: 151.05/200 MB

Candidate Block

Mining Attempt c61405b223018d781a71c8739001367dbe23aac8aa61d95b20171e1838bbbcbc
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 739e4ec76bb48af9a456f291ca767dad53b015bc899682ca22b521366c7eeef4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.04120623 BTC
Feerates: 150.75 > 4.13 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (912,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,529 2,529 000000001a3cb4676a0e06619cf40a6277b228b7d992ac29a90dd9f598d23793 1 0.00/1.00 vMB 0
2,528 2,528 00000000d5fe6c3e1933e102f80a06050503d39177c4055f30efa6e68f53e632 1 0.00/1.00 vMB 0
2,527 2,527 0000000016ef0ca7d0a7ee227ded3f37027c1c25a19aaa625e01a351a297f629 1 0.00/1.00 vMB 0
2,526 2,526 000000009b292446110215b7e9909c0ff7caa80b6d5a18ca5197d8ee5e083ead 1 0.00/1.00 vMB 0
2,525 2,525 000000001520f175deec6aa18a3175b2ba70f826fd13b537b6e625c2a2cdcfb0 1 0.00/1.00 vMB 0
2,524 2,524 000000000e1a27ff4c29ef750fb620bef5697a32554e007f008c36bdc129b150 1 0.00/1.00 vMB 0
2,523 2,523 00000000f1022ea9fce00eec106c1bc0bf408fb9d3b73493242ab81348ad8a85 1 0.00/1.00 vMB 0
2,522 2,522 0000000080e27ac62e6d209c3866764229ae47ef988b2d754af30385a6b12523 1 0.00/1.00 vMB 0
2,521 2,521 000000007ea398cc04b3902c4e5ef0fb3d7de85231d7b6dadb31fe6e69f0d9d4 1 0.00/1.00 vMB 0
2,520 2,520 000000006fc2496723747628e8fca0e2992bc4e04b6675685f27acd3d83c93b2 1 0.00/1.00 vMB 0
2,519 2,519 00000000551ff485c4327858a3fa9be59635d98f4272869145919394ef3d1460 1 0.00/1.00 vMB 0
2,518 2,518 0000000006c9b1e6c82487e058b9fa9c001ee54700b33e061e1ebf2cd5b0b66a 2 0.00/1.00 vMB 0
2,517 2,517 000000001b055aa23e9c432e2d68b129ebbeaad36b953405df9a382ba74ae0d9 1 0.00/1.00 vMB 0
2,516 2,516 00000000b9e3515f421c7cf05022323515f2d084c171da4556ce0a92b2fab388 1 0.00/1.00 vMB 0
2,515 2,515 00000000211ed6ff8805fbc536ee7b5a9ed76512c54205214c3d1387de3b6962 1 0.00/1.00 vMB 0
2,514 2,514 000000002cb941cf510cbda749caefc7b511680a7bba47ef49b7d8d470cea8b6 1 0.00/1.00 vMB 0
2,513 2,513 000000007030a61ba73a6c9e66c84956b9817f5487edd52d2eccc02374e048d9 1 0.00/1.00 vMB 0
2,512 2,512 0000000045218b32eb3717ef96608c1abe156546fe156a5d4eb1a0300f5f523b 1 0.00/1.00 vMB 0
2,511 2,511 000000001e07a73f81ff6000eb8c58158aebcb67bbeaf43ad580a518a579d7d7 1 0.00/1.00 vMB 0
2,510 2,510 00000000b294887aee80614cd133f8045225cb861363b2c5efe70e2721758f51 1 0.00/1.00 vMB 0
2,509 2,509 000000008368414feae8318b8a1f71b6467a96f0d0ccd47b8df9142f1ad2da48 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.