Loading Tool

Explorer IconExplorer

Memory Pool

80,669 transactions
30.02 vMB
0.12354699 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt 80bbf17e29dd5b03eb29588ea7d7c992a2624e3a4ba352a43dac96a45c9cef4e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a6fee8117e5da257b8fb112615594ac6bf05fb46e4d76ffe847304f4dc5470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.05097718 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (541,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,560 373,560 000000000000000006f1cc86f93a5d36b118f18e2886492b85f3145fa2b67f3e 1,003 0.50/1.00 vMB 41
373,559 373,559 00000000000000000654cf5a3146b9d6101d9f3271037093ce7afcb0f3d39693 347 0.15/1.00 vMB 43
373,558 373,558 000000000000000005572e9d9b63b09a837fe0752e7359f7ff5cd7626e2f6cd8 736 0.89/1.00 vMB 12
373,557 373,557 0000000000000000027ff09a041d2a8fe62d381572e999348233bdbe99badd10 1 0.00/1.00 vMB 0
373,556 373,556 000000000000000004597274bfa93536f5a78534472e43b9e1e15e018a5d040e 535 0.28/1.00 vMB 40
373,555 373,555 0000000000000000024b89e509bcb1b4a107ad93eed420848da2f3262658988b 1,837 0.93/1.00 vMB 38
373,554 373,554 000000000000000004c0006f9fb16db6048f77ae487c2cae77fdc277743003c8 522 0.24/1.00 vMB 44
373,553 373,553 00000000000000000fe0fd204e18ab42e2c94948facb2414765271bf3d4da605 1,330 0.75/1.00 vMB 33
373,552 373,552 000000000000000009af01d04bb96919b9010b6a88995c91e7f4397e7aa72cc9 1,318 0.93/1.00 vMB 23
373,551 373,551 000000000000000005d128a94b3329906822ae4d30fb72e15c3d740fd852868e 1,786 0.95/1.00 vMB 38
373,550 373,550 0000000000000000064d74ee6ecb89c4e7c1cf0826a9d8d16371f9b29decacac 1,020 0.93/1.00 vMB 26
373,549 373,549 00000000000000000478b598efd120e5b48d52ecb62460868a2968d8365879d7 1,344 0.93/1.00 vMB 22
373,548 373,548 00000000000000000e4ccd4d75cc6aad3f9cb6c74f7fd9f0432a9d70fda191ef 2,203 1.00/1.00 vMB 44
373,547 373,547 0000000000000000133121c09dae87f78f6d30709ff18ed1895d3bda966ca257 2,381 0.75/1.00 vMB 63
373,546 373,546 00000000000000000a14ce7f0b63b7cbebf96f1899c3dde947e4ccd9341f121a 178 0.53/1.00 vMB 7
373,545 373,545 000000000000000010c5c83a77aea9da0a41d874f70cafc1aafba2e5dfda008e 300 0.90/1.00 vMB 6
373,544 373,544 0000000000000000124eb4338ad33babc9f14cc4dae4097d3b332dab10de4b88 320 0.18/1.00 vMB 30
373,543 373,543 000000000000000006c69b5f2dc35b3099c234b4bf88a7ba2a6b2d2d025df0d9 1,551 0.93/1.00 vMB 35
373,542 373,542 00000000000000001133b95ba3cdaad4b339d2271d5a1bddbc5ce9867953524f 700 0.74/1.00 vMB 21
373,541 373,541 00000000000000000812ab83f8f54c628b4f56c37a2a664a7fc8e2c8b621cdbc 391 0.97/1.00 vMB 7
373,540 373,540 00000000000000001128095b6496afa43899cdd96ce0f48e86cba74c17e8d825 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.