Loading Tool

Explorer IconExplorer

Memory Pool

26,151 transactions
11.68 vMB
0.02776060 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.65/200 MB

Candidate Block

Mining Attempt b16929d29c4a63223f873b1563cec0d9a5b147ba8a2856da70631a1ca09b6d9b
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 239803d02af588a3f790fd922d7b72098a145505f4e459988aa644aa271cd6b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,283
Size: 0.99798525 1.00 vMB
Total Fees: 0.00854779 BTC
Feerates: 61.00 > 0.86 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (760,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,740 152,740 00000000000009a7ff40768a4b42f899bd8a4fa5815f50f01279cc16bfd825d2 14 0.01/1.00 vMB 25
152,739 152,739 00000000000004a0ef8565923cd80155e72f1b5653ee2e10099e1a9ccbecb563 40 0.02/1.00 vMB 71
152,738 152,738 0000000000000497f773233d52140c254bb23bfdb9d38e7a93a57a8593a2f8dd 92 0.03/1.00 vMB 124
152,737 152,737 000000000000065c98aa88b64556f0faac0106a1bdb738f40609e968aade8fe6 115 0.04/1.00 vMB 195
152,736 152,736 00000000000004386c5944d600d3cf7aef89be2af12c544302fa4e94c415b138 7 0.00/1.00 vMB 64
152,735 152,735 0000000000000208cbc74afa2894984cdd0610f1159037137d317237cbb1ea83 51 0.01/1.00 vMB 407
152,734 152,734 000000000000046eed36ab534656bb61b5c804c4119152514a03ff757d589256 31 0.01/1.00 vMB 64
152,733 152,733 00000000000004c582cd57ef876856154a1a6af2191358e47272a357a30a04b7 56 0.02/1.00 vMB 159
152,732 152,732 000000000000004ce0833d538bef9ce148f5674a38a430b7203dc7652c2db026 18 0.01/1.00 vMB 176
152,731 152,731 00000000000000ec7510786e5a2edc6654b998be62f4db44cffbccbaf062c487 63 0.02/1.00 vMB 65
152,730 152,730 000000000000021a0120eb2faaec1675e35622a5a08f606e52d073435e75701b 11 0.00/1.00 vMB 36
152,729 152,729 0000000000000c1ec7dac8c2d38880a2f6456392a6ae44ca52e5dce69fce86e4 45 0.02/1.00 vMB 250
152,728 152,728 0000000000000bbb36d4a3bb1b8b8036e4133d01a831494a533675fb60e1cf07 21 0.01/1.00 vMB 18
152,727 152,727 0000000000000da31fe6270612d770a7313f6245ca75437298671b3c9833da5f 37 0.02/1.00 vMB 88
152,726 152,726 00000000000004d38223550875d775be67ed7b1059c1effd630c641b15bba8b8 60 0.02/1.00 vMB 52
152,725 152,725 000000000000017308ff0e5869806b2ca9cc9b63d5830a94a96089a312aa6fc2 67 0.03/1.00 vMB 286
152,724 152,724 00000000000005c4a920808176463a3064f4d60bdee3e8115a0d1619441532b3 19 0.01/1.00 vMB 45
152,723 152,723 00000000000008cdca87791dc4ce9a6e6af104ca2a0b339a27861b59cd3631ae 34 0.01/1.00 vMB 26
152,722 152,722 000000000000047110013d7ba152cb3764527a83e4d1b30140764ab447775e0a 25 0.02/1.00 vMB 111
152,721 152,721 00000000000009d46966c9645005fd56af2dd6d26ef2d940a2f297e08a1edbb3 105 0.05/1.00 vMB 68
152,720 152,720 0000000000000bb5e94c1b20d459c0b536f04b51208ff029f22fb3b3f3230f8c 6 0.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 489.98 GB
    • Received: 3.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.