Loading Tool

Explorer IconExplorer

Memory Pool

83,055 transactions
32.79 vMB
0.10083662 BTC
Random Selection Loading Transactions
Max Size: 196.69/200 MB

Candidate Block

Mining Attempt 4d2098f5fa5fb714345456f620a97521c4cfd3cde171030360690fd93a5970e6
Version 20000000
Previous Block 0000000000000000000109222085eeb95e151ff53667bcd6dce04ddc657a5814
Merkle Root 5ab820d80d58d5182b41e58d29ee4c44d04be4c1c60f69b197320c2fd98a817f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,333
Size: 1.00 vMB
Total Fees: 0.02246294 BTC
Feerates: 174.18 > 2.25 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,172 (482,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,562 432,562 000000000000000000fb712552f1f589738ef0ca8f7c7c624982b04f3e2fa201 1,939 1.00/1.00 vMB 91
432,561 432,561 000000000000000002fa01777c202f056e1684edd1983b5e9544a47ca0756939 2,547 1.00/1.00 vMB 52
432,560 432,560 000000000000000000022be41bd91ce15aee33be10dd66b329dabf4a4d05298b 1 0.00/1.00 vMB 0
432,559 432,559 0000000000000000023105158f1ee7c4bb370a0b7a0eaf98c287a6729a60e12b 2,266 1.00/1.00 vMB 75
432,558 432,558 0000000000000000025effd15775abb4021c4e1bf9a4be4e9a35064fbd24f519 2,700 1.00/1.00 vMB 67
432,557 432,557 00000000000000000133cc38856010325621c14f4f422e14eb60da4ef49bea25 2,338 1.00/1.00 vMB 61
432,556 432,556 000000000000000000fbaeceb0c73a0d5be07adff4ee665b29e01f0f873d53f3 2,071 1.00/1.00 vMB 90
432,555 432,555 0000000000000000009c4389cbc9b2338e93c970d0119ae1f197e8f94e03ce54 2,384 1.00/1.00 vMB 55
432,554 432,554 000000000000000000b120dcc88279c23ae52085a0f5b61b3a828f854d00fdfd 2,406 1.00/1.00 vMB 63
432,553 432,553 0000000000000000018321d88d88fe693e639ad8806d28c90c940317c8b48895 2,419 1.00/1.00 vMB 79
432,552 432,552 0000000000000000024d0e5f7d7a41dc1c0e4f852a5ec32285247022f146893d 2,007 1.00/1.00 vMB 52
432,551 432,551 000000000000000000e21323615f852779865a450166903ad2ea315bd80f4fd7 3,012 1.00/1.00 vMB 70
432,550 432,550 0000000000000000002c45a5f3c6990234500b1edbd8142398e2fc86d8ef9b3e 2,700 1.00/1.00 vMB 78
432,549 432,549 000000000000000001ef1d99d1fe3f8cd6dc9a7d82dbcc52cdea7902ab047051 633 0.33/1.00 vMB 56
432,548 432,548 00000000000000000205d1c504bc67918fcb7a61af857607c1a6ceb95a0a069a 1,290 0.53/1.00 vMB 61
432,547 432,547 000000000000000003e858cbb708257e5c1c0ca3e8c6a7a1cfc6c61cbb69c431 888 0.49/1.00 vMB 37
432,546 432,546 00000000000000000424b45960dcf5735637a85f03d0e16a6940f60eb175200c 1,832 1.00/1.00 vMB 39
432,545 432,545 0000000000000000010106eda20af4c81e9de0d671a2bb57d3b2703ce84910d1 2,011 1.00/1.00 vMB 59
432,544 432,544 000000000000000001f85a91079bf71b9759a3eecb5cc0d85c847aff0e83c484 2,574 1.00/1.00 vMB 70
432,543 432,543 000000000000000002488100bc1010506c3856d1df7b0c0aefb4ca19d3d32f24 2,513 1.00/1.00 vMB 63
432,542 432,542 000000000000000002e78f7ac984ce55bc86f1aa61c3a3ab6ef15d8daff24be4 2,690 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.69 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: 697.31 GB
    • Received: 16.55 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.