Loading Tool

Explorer IconExplorer

Memory Pool

82,388 transactions
30.15 vMB
0.09501730 BTC
Random Selection Loading Transactions
Max Size: 182.86/200 MB

Candidate Block

Mining Attempt d9899b5aa4c675213adf4f4931d66cd0f4d9e6d5b7795e55d8ff556cb597997e
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root e23f0f89404299d055d06ddf5902f13af3ce4068e3361ad801e8dd0939744077
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,610
Size: 1.00 vMB
Total Fees: 0.02450624 BTC
Feerates: 100.60 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (541,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,099 374,099 000000000000000003326e4bd265cb93cb7660379d624aa89740428d0e584649 2,399 0.75/1.00 vMB 92
374,098 374,098 000000000000000013321512d26a0ef6cbe3cb4a0adfcc250463ee20ce4e6dfc 895 1.00/1.00 vMB 12
374,097 374,097 0000000000000000012e75ab61fffcbc841c2fa5a9d84f871e32295a0407a7f5 2,254 0.90/1.00 vMB 43
374,096 374,096 0000000000000000130ca76d46d33d7cb890131abf419dc5be0b28ffd52b6ffb 2,301 0.75/1.00 vMB 105
374,095 374,095 0000000000000000099e4a4f2065f21c9ec6f641d3271752f0dd4a60bd33e321 1,274 0.93/1.00 vMB 24
374,094 374,094 00000000000000000da503c8cdb077bd8fbfd0ae94c4c345c53e12ccec8a87af 2,370 0.75/1.00 vMB 94
374,093 374,093 0000000000000000061ed9eb2542d3b6508726ef0e2bb676c72c3de6ab70e350 1,103 0.49/1.00 vMB 51
374,092 374,092 000000000000000010fde45e1e455e5b6eb08ab2421745e2fd720ae7ad7eba8f 1,004 1.00/1.00 vMB 15
374,091 374,091 0000000000000000082bded696f8f8059ad2dfa18190f222e0544b305a57a222 1,594 0.63/1.00 vMB 62
374,090 374,090 000000000000000007b9558decde9aa4d135b3b91f732b754bef5395e5f212f1 867 0.93/1.00 vMB 16
374,089 374,089 00000000000000000dd9b0f25538ac063c9b80eeed0322a79f912b55a1142225 843 0.93/1.00 vMB 15
374,088 374,088 00000000000000000983f777e8c7276277396736be8e8b11c82af069691fc3d0 1,760 0.78/1.00 vMB 58
374,087 374,087 000000000000000005cd535fb28d071c9fdc02d92af19d9c7f87255c0b51e861 318 0.22/1.00 vMB 23
374,086 374,086 00000000000000000e41d562383ffe7b932656bdf838ce4eb90d81695203ddf3 1,416 0.93/1.00 vMB 28
374,085 374,085 00000000000000000e5bc890eab319ea23d26bcb4719d90107decd389075a664 2,899 1.00/1.00 vMB 74
374,084 374,084 0000000000000000115d18d7187e6246d5975e6be3937e5094cefc6081176df5 933 0.95/1.00 vMB 17
374,083 374,083 00000000000000000710afe5c7570357e38860092700d76fcd7014a74a01274a 1,616 0.93/1.00 vMB 36
374,082 374,082 0000000000000000105a2bd1f4d2b6ddd22431b29fb2410eda2219d60aa2aa91 2,937 0.93/1.00 vMB 566
374,081 374,081 000000000000000006875abceb686f140dc82f10a0ce8e67869677fa8cc0a916 1,348 1.00/1.00 vMB 24
374,080 374,080 00000000000000000896119414a75bc59b1f09d563d2ee058a18677c9778ac60 2,578 1.00/1.00 vMB 60
374,079 374,079 000000000000000001ef80756d97e1811cfca7ec56d865d5dc8906b2cca3a7b3 2,256 0.95/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.60 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: 671.80 GB
    • Received: 16.01 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.