Loading Tool

Explorer IconExplorer

Memory Pool

83,065 transactions
30.99 vMB
0.09246318 BTC
Random Selection Loading Transactions
Max Size: 189.56/200 MB

Candidate Block

Mining Attempt 3b70671e6cbc4101f789b9f484e26eaec08ae486374ae68fa272c8a9a4d9acfc
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 8a84c868fbe74768af9676a588e29bb5bfee3b582857a9a0907af6b385b28a89
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.02083270 BTC
Feerates: 150.92 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (532,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,085 383,085 000000000000000007eef40b7aac5fb52b46e5bcdb27de6efba2fe0b75ea9a8c 1,517 0.95/1.00 vMB 22
383,084 383,084 00000000000000000d47312023f1fc46762ea7c5ef46581a201a53f6368e4768 2,946 0.95/1.00 vMB 57
383,083 383,083 0000000000000000070757cd5c9591ec9b05dbd6773fed73266d973d36f8a8dd 1,084 0.52/1.00 vMB 35
383,082 383,082 000000000000000005c5478258236a681e50191276e3c2ecdc0f4e4079638b16 179 0.17/1.00 vMB 21
383,081 383,081 00000000000000000dc3d76b4f1cc3fe1fc515883aba3232479fe294e3bf444e 678 0.46/1.00 vMB 21
383,080 383,080 00000000000000000fe5fc34d4adc1e08eb27489041336b3528343e60188cf01 1,351 1.00/1.00 vMB 30
383,079 383,079 00000000000000001045de5bffe65ece6fc23a25aa3ce4e6b4fb6c0add96856f 448 0.25/1.00 vMB 32
383,078 383,078 00000000000000000eabe688b1d4ab0bf2dbc41aed2971e64a81f6c5f6da6268 1,196 0.75/1.00 vMB 25
383,077 383,077 00000000000000000cca3b1a19d4ca5c84655b4518ad0c004d2a7853df0e5524 2,079 0.75/1.00 vMB 38
383,076 383,076 000000000000000009a6060b83e331f90251ffb750427da10d1a72eb6fac51a8 581 0.32/1.00 vMB 27
383,075 383,075 00000000000000000093aeba65bf93b53bed262c099f7db6fba7f7f608827438 398 0.25/1.00 vMB 27
383,074 383,074 00000000000000000eecdbf28f4f4ebf8c7a22dcb898d2ea6c5029df4aa73c5c 985 1.00/1.00 vMB 16
383,073 383,073 000000000000000008f0667bc0b60726ea2035d1bc6ab1910f81f2ed19d8741e 2,616 1.00/1.00 vMB 42
383,072 383,072 000000000000000001e96ee37cb1c5c2bd59f19c1cbaaa2e87ba8f8c98185480 1 0.00/1.00 vMB 0
383,071 383,071 000000000000000009f1058570c9f574830d37a01ef2f1d42c57ef5e16b2782e 2,950 1.00/1.00 vMB 45
383,070 383,070 00000000000000000349d7ad4b297193e5ae757d55877707b643bf7c6062f7d6 429 0.22/1.00 vMB 35
383,069 383,069 000000000000000010817832116f87fbbf916b6011e71bf17f41fd38831ee3b5 334 0.15/1.00 vMB 36
383,068 383,068 00000000000000000dd19951e34bb5c8dc61e7789348a6ca6ae3cbf7cf4251bc 300 0.18/1.00 vMB 21
383,067 383,067 00000000000000000be846ccc44f0a4dd120ba96931a4af587417c079ef98fc6 71 0.02/1.00 vMB 35
383,066 383,066 00000000000000000bc41d5ac5787dd28828c6b169a63cc14c69a4b3ad15dac2 1,424 0.59/1.00 vMB 33
383,065 383,065 0000000000000000013e42b6772a3064119d87f17b21a0d678be29fe63c17bfb 1,404 0.62/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.