Loading Tool

Explorer IconExplorer

Memory Pool

77,043 transactions
28.80 vMB
0.11741557 BTC
Random Selection Loading Transactions
Max Size: 174.22/200 MB

Candidate Block

Mining Attempt 83cbfaae86effaa7554beee41f3eeb2d1b28c41b43fa498aa7f4d86b403eca82
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec57ccd4748156f485f395f2923bc682df0cb7152216ce080a8b34049db8e5de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,500
Size: 1.00 vMB
Total Fees: 0.05749075 BTC
Feerates: 101.65 > 5.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (542,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,550 372,550 00000000000000000cc14a0008c4114e14a1b080aaa7d6c677c87cdf2f4bd79a 278 0.13/1.00 vMB 39
372,549 372,549 00000000000000000a76c804208d4fa925bbe11e250bd4ecbd563d06b587b8d3 277 0.16/1.00 vMB 32
372,548 372,548 000000000000000003583b6ec35a1d8623f820414aaabf7082609f681fc3c359 1,205 0.56/1.00 vMB 39
372,547 372,547 0000000000000000111c8b88f3817324db144bdfd26d2f4e6362236c0aad2f15 725 0.33/1.00 vMB 42
372,546 372,546 000000000000000006e9d6e1046793c5c0b506dbedcf69ec37b963cef899f8dd 241 0.25/1.00 vMB 6
372,545 372,545 000000000000000000d7dad8b9edba0b96a9f3affafe41a607eb6ca1aebe6c1b 817 0.42/1.00 vMB 32
372,544 372,544 000000000000000003585b6566f246a9958c9acbb588d0b5940e8475542f5313 1,945 0.88/1.00 vMB 40
372,543 372,543 000000000000000010d3d726c0d9a5f6a018b2dabb0851336e5c0372a715e60b 579 0.32/1.00 vMB 35
372,542 372,542 0000000000000000140e5014d8b8dd2b3d0738cb96b107ba01d709edff33ca7c 651 0.58/1.00 vMB 15
372,541 372,541 000000000000000008420d784eef6efb44faa40518f97966424e8d5126ab20cd 1,901 0.95/1.00 vMB 43
372,540 372,540 000000000000000009f1129b90b52fe3b743f9ac3f56eb838697af6cf5053ac3 2,175 1.00/1.00 vMB 44
372,539 372,539 0000000000000000039b0ffeeab0363e8d235b1ea5de41679317b1d9f6f5106c 1,477 0.80/1.00 vMB 41
372,538 372,538 00000000000000001307f7cb0eebe435cd5c1450ff90897572d4f2376c177263 533 0.29/1.00 vMB 37
372,537 372,537 000000000000000013ead59e85e9fd89ba862ae518ffae024a0c718ecf5e3eac 312 0.26/1.00 vMB 22
372,536 372,536 00000000000000000d902c918c91c7a1c3763d13206ddc31c13399e08864ea05 1,775 1.00/1.00 vMB 29
372,535 372,535 00000000000000000906f37e544312651bbcb3a1492678a47d451326473454de 1,544 0.93/1.00 vMB 34
372,534 372,534 0000000000000000083ad23d86db3e57c11dfce52eca1fe20966386ee9b58f02 1,324 0.75/1.00 vMB 38
372,533 372,533 0000000000000000049194f9c8f6fb02ab29caeb57c3fa25eb9a7a62ff5f3815 2,936 0.93/1.00 vMB 61
372,532 372,532 00000000000000000efbc806ed8fb22e16a3e6bc6a96a7867e2e50deeec726d7 837 0.53/1.00 vMB 30
372,531 372,531 000000000000000009a8671c8ccb1329a4b7f20c8771346fe2bcb6c7df6d0990 1,723 0.79/1.00 vMB 40
372,530 372,530 0000000000000000003027ab0b2c16dde5576b76c059ff7c3f3533e84b62ce1b 609 0.33/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.