Loading Tool

Explorer IconExplorer

Memory Pool

87,576 transactions
32.44 vMB
0.14868371 BTC
Random Selection Loading Transactions
Max Size: 198.98/200 MB

Candidate Block

Mining Attempt 202bad5dbdbd1841166b7ec34dff76b0a95e72984cff1e236ad73ca0c2bde673
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 37cda9bbe7338f7adb0e41d478776f3015359e16bce676cd4d3f7182825bf84e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.06591307 BTC
Feerates: 502.65 > 6.60 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (533,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,040 382,040 0000000000000000031ff29c2f023b2324e316fa55d2bb9d2d4e58b930ab91d7 922 0.93/1.00 vMB 17
382,039 382,039 0000000000000000019a4de585d30d1a8cc13c7a1972d11b4945635c9556acb5 2,320 0.93/1.00 vMB 51
382,038 382,038 0000000000000000107f877e4920643f9fb06090fa7551cd1cdd83b857f520aa 644 0.75/1.00 vMB 18
382,037 382,037 00000000000000000cef3148551905847e15374c4321001c34f132ce39b20e46 745 1.00/1.00 vMB 16
382,036 382,036 0000000000000000072e0b63350eb04f39ced9720e68abddd380c5dc2da456c8 1,182 0.75/1.00 vMB 31
382,035 382,035 00000000000000000886f2f9559ad54ca6b5084282ff1b631d94a4edc1838b1b 819 1.00/1.00 vMB 19
382,034 382,034 000000000000000004a49db5d548c0f0cfe79e6000ca260fce26320ffb8045f2 1,999 0.95/1.00 vMB 35
382,033 382,033 00000000000000000017e663f132c15f1ae55929b634e09063721e8ec32c9119 2,431 1.00/1.00 vMB 44
382,032 382,032 00000000000000000874b09d357986afaf74b11703f2a8e28f130842d0580086 1,489 0.95/1.00 vMB 31
382,031 382,031 000000000000000002bfa51a7576ca54c866d93a1dc509715a59169c83ef2a9b 1,447 0.99/1.00 vMB 27
382,030 382,030 0000000000000000113d4072e5558f284d440b55aa31ad62b875ae673ceadb6a 1,318 0.75/1.00 vMB 30
382,029 382,029 000000000000000002f1d3cb00a6be858e229661c03b188dbbeb8178e8340cd1 2,451 1.00/1.00 vMB 33
382,028 382,028 000000000000000008f9c9e92b83f9169ba69cd474c3065a57d52a241fe0437a 2,271 0.75/1.00 vMB 61
382,027 382,027 000000000000000001ca3464fdec8f46d211f8cebd0e793d6dbd785b4b5f5f70 1,257 0.95/1.00 vMB 23
382,026 382,026 00000000000000000d3bf8a3cee44c3e6596bc356ac65843956c36bc6734617d 1,240 0.93/1.00 vMB 20
382,025 382,025 00000000000000000c6cbc06968e54cff9d453f075bc6beae2a3809731157835 2,495 1.00/1.00 vMB 54
382,024 382,024 0000000000000000076f753c32e75fd69f093ad0a4bd1e2e07a2e7cc4ea911f7 1,447 0.93/1.00 vMB 54
382,023 382,023 000000000000000006fa6123a3e9afca657fc860319089c4d690ba0329ff9d97 2,070 1.00/1.00 vMB 26
382,022 382,022 00000000000000000b4c63d2ee93cc3fe13da6468d1c3a3bc2571eedc5a608e8 2,292 1.00/1.00 vMB 62
382,021 382,021 000000000000000000768df6acbfc5b3bc18bcf3154a3e3ce02772b01d03de50 903 0.99/1.00 vMB 15
382,020 382,020 000000000000000001fc8a9c4bf514f0cc50dea0d654872eb0dfe2814c96a46a 2,464 0.95/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.76 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: 709.15 GB
    • Received: 16.85 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.