Loading Tool

Explorer IconExplorer

Memory Pool

40,038 transactions
28.15 vMB
0.13515486 BTC
Random Selection Loading Transactions
Max Size: 143.63/200 MB

Candidate Block

Mining Attempt 248ba1d356178dd6ec4bf6b8412c5f9cb0ef7421a3b6a765997d39dd18a48123
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root dfe3870f30d6bcab55191bb2e61dc9a06b81cfd280a2cc4bdf30fc0fb75609cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.08107519 BTC
Feerates: 102.90 > 8.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (375,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,079 539,079 0000000000000000000f519ecb371b59f1686253b83423c1d644790a6b25c36f 2,549 1.00/1.00 vMB 4
539,078 539,078 00000000000000000009fd888324c94903285a20367d5c70194db6ff23722408 2,995 1.00/1.00 vMB 24
539,077 539,077 00000000000000000009f2d114323df6d0e2b205b134743cb586838c78543d3e 2,528 1.00/1.00 vMB 32
539,076 539,076 000000000000000000213af85b1184f9c7d4741eb3fb5f3448f5f858c58c79cd 2,348 1.00/1.00 vMB 8
539,075 539,075 00000000000000000003b1fd6446bb831b71d426d7c31ce81e73133cd3f4a080 2,407 1.00/1.00 vMB 13
539,074 539,074 0000000000000000001dbfea61d78c292429b4b3f5ae8ad110d93de41b1d95af 2,435 1.00/1.00 vMB 32
539,073 539,073 00000000000000000014a32f920b039acfdb7c5660f4c57d11548c4bf048a10b 2,646 1.00/1.00 vMB 5
539,072 539,072 00000000000000000027aa08f01a12b25dcd3259d8bde0eadc24d5ee7159021a 2,825 1.00/1.00 vMB 22
539,071 539,071 0000000000000000001ebdd48ba89bb11c90f9995ab6b4b1d67ec194d3f3ce1b 1,795 1.00/1.00 vMB 16
539,070 539,070 00000000000000000012d726881b88935797586d15021b84f61b0880ec06dea6 2,640 1.00/1.00 vMB 28
539,069 539,069 000000000000000000282034ebc44fd611649886ee375299e53f181d4b3b8a3a 2,598 1.00/1.00 vMB 44
539,068 539,068 0000000000000000000c26bca853a03d4a7f64b03d263b865451b62d19e5b60c 2,531 1.00/1.00 vMB 25
539,067 539,067 00000000000000000017f2b1f74dde31819d36a52a5da85ee73d8a896090e3a3 2,510 1.00/1.00 vMB 18
539,066 539,066 0000000000000000000e486f21c036c5f7c29565693e617bdf3fa275aa7bfd6f 2,722 1.00/1.00 vMB 29
539,065 539,065 0000000000000000000653bbea9c6a4a6a50ae85fcd860c3ae88ad4e7f9c9b5e 1,650 0.61/1.00 vMB 10
539,064 539,064 0000000000000000001133a25d6a1765d2b28d83dcfaec00bc68b28b68ceba31 2,329 1.00/1.00 vMB 49
539,063 539,063 0000000000000000002993e022a0e81464ba2faaeda54fa773fb92011de1c704 2,447 1.00/1.00 vMB 8
539,062 539,062 0000000000000000002309595ba522cec0274c5ebd2599c1dbf8c0a02f0ff669 2,747 1.00/1.00 vMB 30
539,061 539,061 0000000000000000000a004707e9c22252c608990f394745c13d8c6bd5c25390 2,758 1.00/1.00 vMB 27
539,060 539,060 0000000000000000000a45619e4c7f95e95d1febc8bf3d08e4b8ea8cc4322758 858 0.28/1.00 vMB 21
539,059 539,059 00000000000000000017d1ee32ed09c5f3d94cc58cc669e0541d6e3deec5f1ef 497 0.31/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.