Loading Tool

Explorer IconExplorer

Memory Pool

27,752 transactions
11.53 vMB
0.04917498 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.44/200 MB

Candidate Block

Mining Attempt daaf12e9cc569fae49ba7def4ed3df852b0ef5269f4edf69835e98fe826606a7
Version 20000000
Previous Block 000000000000000000019cc34fdb6ed057a81c821edf01a280ed6b61e30e884e
Merkle Root 04983a2ce81f2b4f470d73a74c36e19ce2b135e55d441962a5e3da6ff7d39f22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,246
Size: 0.9979325 1.00/1.00 vMB
Total Fees: 0.02949331 BTC
Feerates: 202.69 > 2.96 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,614 (688,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,033 225,033 00000000000001a0a72ded3bc251e70dfdf36495813b2574721e882760c55835 166 0.11/1.00 vMB 103
225,032 225,032 00000000000002936f8d47e377d9fa8c28e0d9d20581c503a3603568f8e57076 117 0.05/1.00 vMB 87
225,031 225,031 000000000000001151e292d1a11f13319b3faca25bbc1405f1cfcd143389137a 429 0.14/1.00 vMB 255
225,030 225,030 0000000000000241126ff053cb49d71636d594533ba59c29305f6ddefe599444 133 0.15/1.00 vMB 100
225,029 225,029 00000000000002b492b110aed485ae48c0152e0585c0f0623f5b64226180736f 115 0.06/1.00 vMB 202
225,028 225,028 000000000000009227c88319411552cd61ab53efad2fcfab8a9512cc8248ec72 319 0.15/1.00 vMB 176
225,027 225,027 00000000000003a4fa33af146573e20357053418643f775d1fa22dbb223758f1 178 0.08/1.00 vMB 38
225,026 225,026 000000000000038eda1a258de59459d49b8a183b74f8f1a7ae1e13059526dcfd 1,175 0.50/1.00 vMB 189
225,025 225,025 00000000000002dd3a5919cc1efccd646bd0d6760bf3a457a6a28983d165c090 128 0.08/1.00 vMB 118
225,024 225,024 00000000000002177a859a34a3d40212537eefd865e6d73f596eecc5aba9ae24 120 0.05/1.00 vMB 144
225,023 225,023 0000000000000022c24cfede8e7bd431a3a51f73e1444947f8c9136c1053dce3 536 0.17/1.00 vMB 242
225,022 225,022 000000000000017d5dc399432806fcbc2a16e645a8e85697ff3bf69f698fc867 256 0.29/1.00 vMB 42
225,021 225,021 00000000000002e72ad10483918f45be124b16d23838f4c096989037564fbff4 290 0.13/1.00 vMB 185
225,020 225,020 000000000000022e88b7a5138d780b59cf8fc6e673ced74caf7451b57bf21d90 543 0.28/1.00 vMB 163
225,019 225,019 00000000000002e9fcd8c6385c46013503c3a103933bc4d1185b9baa74db1832 760 0.25/1.00 vMB 260
225,018 225,018 00000000000000d0df898c19f319cf47f566fb15b9c37768373b30ebe5704fb3 115 0.05/1.00 vMB 132
225,017 225,017 0000000000000149acf45c9bbf4b8f4820827af2f83fd119731e48c1b05c0f89 131 0.05/1.00 vMB 136
225,016 225,016 0000000000000003561f67fc4722ee22bd4c26d54252fbeb59b4bdb4fd50231d 232 0.10/1.00 vMB 137
225,015 225,015 00000000000000a2a5741d8f846f4b6c759ff837b9c06b3e81f7033633881926 773 0.36/1.00 vMB 183
225,014 225,014 0000000000000026a987d41b3b7f38bebb8e5b2138bc32e0a8f2126cd07c857b 416 0.28/1.00 vMB 136
225,013 225,013 00000000000001cfcaa9113d0a4f964ef6509037471dbc91917a3f42a9172e18 459 0.14/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 779.93 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: 465.09 GB
    • Received: 2.77 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.