Loading Tool

Explorer IconExplorer

Memory Pool

81,231 transactions
30.68 vMB
0.08796310 BTC
Random Selection Loading Transactions
Max Size: 187.17/200 MB

Candidate Block

Mining Attempt 45e3f6503c5c87ece337b2fddb08e3b6c2492fab7ac6bf1ef86af53e5621191a
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 4a80fe13c169d94d280bc3b65d482e2eab0b3f01835e818e9804ca271bf136a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.01798104 BTC
Feerates: 301.57 > 1.80 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (532,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
383,064 383,064 00000000000000000eb088556871a3194fb693af09869c78406026b8a5fafa6c 396 0.21/1.00 vMB 27
383,063 383,063 000000000000000003eefe2abef8d88cfe9765b9152108c3aa49550b791d59c5 1,725 1.00/1.00 vMB 24
383,062 383,062 000000000000000008fe795e309fcf812932a56b4cef3fe44d4f84271e3ae7b1 530 0.29/1.00 vMB 29
383,061 383,061 00000000000000000761b6f943df2cfbe9f1c96b6af4cb9ec160ed1d576c41f2 214 0.16/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.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: 720.78 GB
    • Received: 18.25 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.