Loading Tool

Explorer IconExplorer

Memory Pool

88,961 transactions
32.47 vMB
0.16710773 BTC
Random Selection Loading Transactions
Max Size: 195.86/200 MB

Candidate Block

Mining Attempt f4a6d84bc595bc61387e8e2a2d1c349f84a5b72b92e4f2b9f4880a2203bf0ad1
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 017f069fb6edd4408ecc3ca77c2ca79dfdaf83aed086db1b0a5f2bfd88ad2bee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,417
Size: 1.00 vMB
Total Fees: 0.06581690 BTC
Feerates: 911.92 > 6.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (420,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,602 494,602 000000000000000000c53d9b824616f6b86cb8fe3beb3bb93a84e31c75837fac 2,039 1.00/1.00 vMB 152
494,601 494,601 000000000000000000740796e3d9abec635a77065118afe1c9208d718334c75a 1,613 1.00/1.00 vMB 376
494,600 494,600 00000000000000000058c3332a7f7f900056da03d99660a32f1c752289818d18 2,193 1.00/1.00 vMB 356
494,599 494,599 0000000000000000006a1e18dcc4bb635b9aca03282524b7237513df0726ae38 2,277 1.00/1.00 vMB 512
494,598 494,598 0000000000000000009155eb0275b7be6ce3bc9453f02ab4438d32621bcb685b 2,119 1.00/1.00 vMB 413
494,597 494,597 0000000000000000005eba4e4ef22b7d70dbf6b432ec398e6588c15a1b7b55d7 2,419 1.00/1.00 vMB 556
494,596 494,596 000000000000000000b012b1eda22dfbd9098ff8ebf76cd62bc60cdb9b37c9af 2,143 1.00/1.00 vMB 196
494,595 494,595 000000000000000000455758fd6b47b0ce0c5d23acab2fd472eb627443f3d3e6 2,095 1.00/1.00 vMB 363
494,594 494,594 00000000000000000018391619f5990eb3508c693f6ede36d37fb592e4acdb94 1,995 1.00/1.00 vMB 275
494,593 494,593 000000000000000000ad0e2772b0b56f954adf2ba361a076af0b5b60975ff0aa 1,893 1.00/1.00 vMB 414
494,592 494,592 0000000000000000004dca44819191ab2c1084d842fab10340b2ffe81dac6546 2,141 1.00/1.00 vMB 449
494,591 494,591 0000000000000000006b8aefe4dd42188ffac162ad55c08599f32e2c43839da6 2,086 0.82/1.00 vMB 496
494,590 494,590 0000000000000000008e790fa4d1ea1b6f1333f1c53d63aba3b611e088ff6d2f 2,586 1.00/1.00 vMB 598
494,589 494,589 000000000000000000899060db361b24168202a73075fa576c6de2ec11a9ae60 2,321 1.00/1.00 vMB 497
494,588 494,588 0000000000000000000f323e45e154c80f3d570cbd02f011863b5446743803a6 2,265 1.00/1.00 vMB 255
494,587 494,587 000000000000000000302d41af22de35bb70e5515f73caee2c22d57988d90d61 2,138 1.00/1.00 vMB 276
494,586 494,586 00000000000000000093e92573b691c0930cd160b6919129e9960d7f35982e90 480 1.00/1.00 vMB 681
494,585 494,585 00000000000000000091c6e6eeb5f655a025ce0539be93dd5b1874b1784b8f71 161 1.00/1.00 vMB 710
494,584 494,584 000000000000000000a4ec862b44fc797bddfc7aeebe2ca9b605908c5022d510 1,887 1.00/1.00 vMB 177
494,583 494,583 0000000000000000006d5431af709e06c24f11e2a75ecfbf9bed255eaa60bbe2 2,488 1.00/1.00 vMB 253
494,582 494,582 0000000000000000007a199d337eb2e1aa56ccf377fb1f637af490d4d3c3aafa 1,762 1.00/1.00 vMB 310
Previous 10 blocks ↓
Total Size: 782.34 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: 661.11 GB
    • Received: 14.79 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.