Loading Tool

Explorer IconExplorer

Memory Pool

39,763 transactions
25.89 vMB
0.06331895 BTC
Random Selection Loading Transactions
Max Size: 134.34/200 MB

Candidate Block

Mining Attempt 6f9e59e1dd8397546bf7859cced17f5f63c341bf146c9b00350bf4e0cf56dc41
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root a1f0b15a9158f0deecfea2b965ed5a962ab83beeb8045ce3801cde65b33110f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,004
Size: 1.00 vMB
Total Fees: 0.01621747 BTC
Feerates: 73.20 > 1.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (423,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,115 491,115 0000000000000000009338daf7a9315fb076d5e2fd6ef0802d0852cc31a5e62a 2,218 1.00/1.00 vMB 123
491,114 491,114 000000000000000000e5923c0716ff29feaa3abf261d461df1e066f8a97b383d 363 1.00/1.00 vMB 18
491,113 491,113 0000000000000000008756380eff942f702a3a932598c7fed8e78d47d617db75 335 0.98/1.00 vMB 24
491,112 491,112 00000000000000000072bb2f3a0c55f367abe1e24dcd9fa85c278ab97984e89f 303 0.98/1.00 vMB 14
491,111 491,111 00000000000000000053537da2301e55f8b9ddb6e0fd236b5de62194e9240726 1,598 1.00/1.00 vMB 100
491,110 491,110 000000000000000000bd2f66dd42f522377237773ce65f10a1c796204c06bdf7 1,258 1.00/1.00 vMB 74
491,109 491,109 000000000000000000b842b63119fe6c667aa28f27710d3d1e4359921b0fdcb4 1,235 1.00/1.00 vMB 68
491,108 491,108 0000000000000000007174eef486465b9c67e932d9fb8dbed36a2697cd49ab7a 1,173 1.00/1.00 vMB 60
491,107 491,107 0000000000000000003d903d5f5e716f83fe883f40f65940eaa429d0ffad6a6f 2,285 1.00/1.00 vMB 120
491,106 491,106 000000000000000000ba9b2336cff7ce920f979714ffabe20d13c6c097c07700 2,677 1.00/1.00 vMB 163
491,105 491,105 0000000000000000008f002e585a67344e2db87a05670b82355c83963484d0c9 1,696 1.00/1.00 vMB 102
491,104 491,104 000000000000000000bf26c72ce0af4c452b9eff2d64e6b8152b2bd39fcb793c 1,650 1.00/1.00 vMB 22
491,103 491,103 000000000000000000c53484f2b814400967e8706daf069d8fcebf3754792362 1,109 1.00/1.00 vMB 48
491,102 491,102 000000000000000000590412ade3e1538dd162bfa206c93807f74ed6350d1d2c 2,324 1.00/1.00 vMB 148
491,101 491,101 000000000000000000bec1ea7576f6197f121f56ff566c9b33152185a07f3ec1 1,660 1.00/1.00 vMB 34
491,100 491,100 000000000000000000d237b560a1fcd7e3fac76bbbf15237e6ae138c104717e0 2,130 1.00/1.00 vMB 133
491,099 491,099 00000000000000000047ab6a94990eb33c3b1988b3534ae2a3c69766cb2b0e8f 1,082 1.00/1.00 vMB 20
491,098 491,098 0000000000000000004474584ce3e9dd835d05d90fefc1924ab89bb047ce1dc0 2,130 0.91/1.00 vMB 132
491,097 491,097 0000000000000000008e20533f4789856f72338eb83e9d60c672384753c5b9e4 222 1.00/1.00 vMB 14
491,096 491,096 000000000000000000a70f61c3edea91a13f0c15c382ac81fe06aa6733e58022 118 1.00/1.00 vMB 8
491,095 491,095 000000000000000000a651b9e91ecec8e45379a95899e81c7e37c2ced25b404e 222 0.99/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.