Loading Tool

Explorer IconExplorer

Memory Pool

47,324 transactions
28.43 vMB
0.11290439 BTC
Random Selection Loading Transactions
Max Size: 148.83/200 MB

Candidate Block

Mining Attempt 6b899f88f7520ae5caa246de100e6bb5ebf50f2a9d7837224e556820761eb3d4
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 27dcc88034e7760b397f79aec8707a5d235f0dbebbf5b41e2306d158fc540945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,963
Size: 1.00 vMB
Total Fees: 0.04573759 BTC
Feerates: 150.77 > 4.58 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (423,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,119 491,119 000000000000000000e7a12ced0e0f1b75112817e44c20c3361d0386124b9d7c 475 1.00/1.00 vMB 22
491,118 491,118 000000000000000000cbb68b31066a359362fc1dc4dbf02ca2b7a30791e6fd6e 1,956 0.90/1.00 vMB 116
491,117 491,117 000000000000000000b3fb85c3cbb84bf2c3ae65448b55f1c675b0eeb6040133 1,814 1.00/1.00 vMB 114
491,116 491,116 0000000000000000009010d098c9ae71d16b44442eaaf50cd24b4ff80fd51576 1,025 1.00/1.00 vMB 45
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
Previous 10 blocks ↓
Total Size: 782.18 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.68 GB
    • Received: 14.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.