Loading Tool

Explorer IconExplorer

Memory Pool

74,007 transactions
27.36 vMB
0.06702916 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 2352a49e2d026750c7abace55fffb00064c0807ca81d5b7ab7d55a8bc306da2e
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root 4d6f188a257102c5286bb9d32ee5d63ecb5847ccae126c00b660e837dc0f1975
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,302
Size: 1.00 vMB
Total Fees: 0.00890967 BTC
Feerates: 150.42 > 0.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (512,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,420 402,420 000000000000000004e774e8e18566c278c5b207dd5a8e7ba1cfddc1f5fa2a76 249 0.13/1.00 vMB 26
402,419 402,419 0000000000000000039f234bc815853bc64e1ce36d2885e77e1d65f3d92eea43 1,736 0.74/1.00 vMB 35
402,418 402,418 0000000000000000020eb60e02a657a7af5ccd351faa2618371ad4d507c5fa11 794 0.45/1.00 vMB 34
402,417 402,417 000000000000000000e8b68c927d711903f5c55f139a09e2f61021f6b2af4069 1,770 1.00/1.00 vMB 49
402,416 402,416 000000000000000002172bc61f24f5d517fbfecfea63706a60abe43fe72d81b2 1,120 0.64/1.00 vMB 39
402,415 402,415 000000000000000001491196c2079080d08e72469e0892b5efebdb925bff382c 1,137 0.62/1.00 vMB 35
402,414 402,414 00000000000000000043957762c44146adb2bbdcd61e83db3867d41a5eede287 2,351 0.99/1.00 vMB 51
402,413 402,413 000000000000000006b56d60bdc13f522bc5aebc3bfaa260c4551d23fedde6cc 1,212 0.68/1.00 vMB 32
402,412 402,412 000000000000000005fdcf6877a99f2a5e4c36ed0e13adcfb5838f4ae88e3693 200 0.72/1.00 vMB 9
402,411 402,411 000000000000000006d970c5b35a08ffe42622faad78d6cd1a7c92a1847c4753 1,382 0.65/1.00 vMB 38
402,410 402,410 0000000000000000069867e7ae5aad5afc1728af782c58d0c0cacf2d3034c727 515 0.92/1.00 vMB 12
402,409 402,409 000000000000000003535bfabe88cb794e2435405e531e3d9a70f0366716b98a 1,217 0.48/1.00 vMB 46
402,408 402,408 000000000000000004c4caa9b5b97cee2def84c5a029d8048fb9d96a4c4608fb 1,435 0.99/1.00 vMB 29
402,407 402,407 000000000000000005d4f68c4fc08fdbcc555a93003f100786a7176273cf1975 1,731 0.99/1.00 vMB 35
402,406 402,406 000000000000000005202b513e4ca908d29796516e66dad2b72525c560293502 2,176 0.92/1.00 vMB 44
402,405 402,405 000000000000000003d321cd3f1b03e2e5e0fbba280da1150e2260270a8b680f 1,223 0.95/1.00 vMB 25
402,404 402,404 000000000000000003b031995605985db606ba3b87c9d1bbac196e5d3c538d4f 1,176 1.00/1.00 vMB 22
402,403 402,403 000000000000000000c7920227f3693169643c88144f378c6a8bf4becd1852b9 2,133 0.93/1.00 vMB 40
402,402 402,402 000000000000000000ba8c70fb2a7e2b1b2ef36d175f32c6845953a8c6281ee4 2,982 1.00/1.00 vMB 52
402,401 402,401 000000000000000002ca5a4528118f0ee8b9e11c08fac99998749f9cfa39f9ec 2,552 0.93/1.00 vMB 52
402,400 402,400 00000000000000000619fa401c577afe0ef4894d144eb5dfffdd890e718cb2f5 177 0.07/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.85 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: 712.59 GB
    • Received: 17.19 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.