Loading Tool

Explorer IconExplorer

Memory Pool

55,343 transactions
31.80 vMB
0.16274520 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt 5a9f3397de3316f2ec557a518201c0349e35393dfce9e6a4fd9437c9c897e3e8
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root ac77af44d01e77fd97d5ab2004b1b7f75b0db2679e621e5037a6a23b972f69e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,772
Size: 1.00 vMB
Total Fees: 0.06276130 BTC
Feerates: 465.21 > 6.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (508,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,733 406,733 0000000000000000027cce8bd250bfe21ee56540a832190ee2b4691c81cc7853 252 0.14/1.00 vMB 30
406,732 406,732 0000000000000000034d725b955394438d7c2dd91750aa095de096d97595f2a8 989 0.46/1.00 vMB 42
406,731 406,731 0000000000000000035771a17e7e578b4d843a5e8d76dad81b137bbc2ffd791e 359 0.98/1.00 vMB 9
406,730 406,730 0000000000000000000883e0d1672426df5d61e7d94b0ba38be4b1fd5de4b549 1,551 1.00/1.00 vMB 29
406,729 406,729 0000000000000000016a4945f14baf4861e2dc08b090640e362cf1bc602df8b6 436 0.30/1.00 vMB 32
406,728 406,728 000000000000000000d7ecab911c7a04b2177538767164d851ce47a731b99729 626 0.94/1.00 vMB 19
406,727 406,727 0000000000000000045dd1e5781ea91c00ade8537301077854bc61450197b986 2,247 1.00/1.00 vMB 45
406,726 406,726 0000000000000000030da53d5c0574d73098976cfe0f83179e37829da876c8ed 1,347 0.99/1.00 vMB 45
406,725 406,725 00000000000000000341c41be56c127b3c1cf7366d3f3703b272aa9c458429f2 512 0.49/1.00 vMB 54
406,724 406,724 000000000000000000e4b1dbc55659bfa550b5b8c244c39d7aa73ce191828877 1,060 0.91/1.00 vMB 30
406,723 406,723 000000000000000005d8e2fbb32cd20623376e07a88f0df1ec9298cb5404450f 2,530 1.00/1.00 vMB 45
406,722 406,722 0000000000000000028171d66ae2edca4de693ce3006c9e4e5405b7c13df813d 1,285 0.49/1.00 vMB 48
406,721 406,721 00000000000000000554be1ac5ef0df7ce301afce9bb3d3a6f5eac21ff82a13c 380 0.22/1.00 vMB 37
406,720 406,720 0000000000000000035ae5d0ab1121a7aad93940cb8468d9008113719229c9ca 1,012 0.66/1.00 vMB 40
406,719 406,719 0000000000000000038fb9c9cd646ae0984804a63e68d04e2bec2adc48ad3409 793 0.40/1.00 vMB 48
406,718 406,718 0000000000000000022287ec665b8e289db6c63fad348ecdc1f6297e8c138eb8 363 0.22/1.00 vMB 36
406,717 406,717 0000000000000000000d2968d68fa15e73a41c3faa4efdab737ac0bf0205f491 1,612 1.00/1.00 vMB 34
406,716 406,716 000000000000000000d2adeea6d1a82d2b4d1c3283ad9da4d657991c0ef7981b 1,732 1.00/1.00 vMB 36
406,715 406,715 000000000000000003fd1c304b6c2e3b69de18359d5e1b88a033b8e3c7b30791 2,036 1.00/1.00 vMB 31
406,714 406,714 0000000000000000019b39e06e8ffff5c6e248628e0864eb1f153c166c9bc9cb 2,295 1.00/1.00 vMB 33
406,713 406,713 000000000000000002393c10b174d3c582712f31c868543d12e9fab195935110 3,389 0.99/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.