Loading Tool

Explorer IconExplorer

Memory Pool

74,384 transactions
28.67 vMB
0.07529396 BTC
Random Selection Loading Transactions
Max Size: 169.86/200 MB

Candidate Block

Mining Attempt b9da41fdc8d9b545b4bd5938fc44db602f9276265c92feb0e8488f28f635d05e
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 22dd9a1f739382a1e21d8b0d84447e1ae1ab3e094ab74f575271a4a2f356c529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.01767287 BTC
Feerates: 250.89 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (384,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,445 530,445 0000000000000000002d45f097b8e1de481f4eabd77ef812d0fd8a27e9942f3e 1,098 1.00/1.00 vMB 42
530,444 530,444 0000000000000000001de855b4416887721e65b240850173f3c8b316a0fec5de 1,190 1.00/1.00 vMB 76
530,443 530,443 00000000000000000010b5323b5e614a03630a961f57301e0d6fbf5fb9892e18 213 0.08/1.00 vMB 43
530,442 530,442 00000000000000000004048bad0cb3c9b39b6b5c4ee54f3119573037d730b4fc 2,352 0.97/1.00 vMB 25
530,441 530,441 0000000000000000002a097007bee0270e9ab67674883de23a9f899d2b71684d 1,840 0.79/1.00 vMB 6
530,440 530,440 0000000000000000002129c67ee8af08b7c6bc3ee132e9cf6357ea8e140e8929 2,236 1.00/1.00 vMB 36
530,439 530,439 00000000000000000027b34eb538e86c12b54ba423aee91a36fb2e124b75e365 1,458 0.56/1.00 vMB 21
530,438 530,438 00000000000000000017adfac0c1a3955c98f61b17e53dc077ddbcb3a92dd486 1,053 0.48/1.00 vMB 28
530,437 530,437 00000000000000000012ba540b4d9f20832ced16bba8f0f22fce1d6ed5b028b9 1,905 0.83/1.00 vMB 24
530,436 530,436 0000000000000000000bf0c014fdb373f81c3a71b8c6e632fd9dc94da77daf2e 2,339 1.00/1.00 vMB 25
530,435 530,435 00000000000000000002bf9189f948aaf1869fcb8009d8797638c0e55d001875 539 0.20/1.00 vMB 18
530,434 530,434 00000000000000000004c9fac237dadcb870f0bde0081d5a4ede0691d09abbf4 2,581 1.00/1.00 vMB 27
530,433 530,433 0000000000000000001bb2d6de9786ade1c64751d31c8cda537f389bb5c0ad52 1,378 0.52/1.00 vMB 19
530,432 530,432 00000000000000000002085dc299cafe1b0f498cae5137c8ac7ff3fa6f7c5bab 975 0.41/1.00 vMB 24
530,431 530,431 0000000000000000000a196caef1b9ae267c75ba0f82655de43058cf3893c2ce 452 0.26/1.00 vMB 17
530,430 530,430 00000000000000000016d536ea02609e3fccc602b632248b7c7d4f729705f763 1,876 0.89/1.00 vMB 27
530,429 530,429 00000000000000000029f4530f485f6cbb3c7216251e950060ed03aeca084b86 2,582 0.98/1.00 vMB 8
530,428 530,428 0000000000000000000fe3b27bfe167e91a5e46c0cf32ec5bd551b7669c62974 1,886 1.00/1.00 vMB 41
530,427 530,427 000000000000000000266db0c60263e883bfbaad3c2d33906bd3f8422ab95ee8 305 0.69/1.00 vMB 2
530,426 530,426 0000000000000000000e0e0b4acc3b173274268c580061d9bbcb77470f5e604c 1,937 1.00/1.00 vMB 20
530,425 530,425 0000000000000000000faa39ed67db348a1045c550c838c5cd917eeeb5b49772 760 0.25/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.