Loading Tool

Explorer IconExplorer

Memory Pool

35,415 transactions
15.01 vMB
0.07629711 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 85.01/200 MB

Candidate Block

Mining Attempt 6d8e49677f4f84be5bb265e89b1ea9fe8016f0798e977fb519c328e95a6b50ef
Version 20000000
Previous Block 000000000000000000007c96c62c97f21f35e15ac289c26611deb2cb89f05dcf
Merkle Root d3eaa2d48f93ea09cfe5a475e70f39662d87ae8939587c734a9f443dc0601070
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,797
Size: 1.00 vMB
Total Fees: 0.02692713 BTC
Median Feerate: 3.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,343 (715,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,038 198,038 000000000000007da6975b665cec4c6558c7d61de8c89ae27ae54baef7add55a 7 0.00 vMB 176
198,037 198,037 00000000000004d8ab9597c2bf350b5377d8d1bc80adb1cc97bb0b9bcf4b87d7 512 0.24 vMB 340
198,036 198,036 00000000000001059e9dc79736c114a50e81c4bd6e2b5dd7189eeeb55231f7a7 276 0.11 vMB 143
198,035 198,035 000000000000001e6e75edb0b908a68070d19a5d43a33bdc088256a2fb1075f9 385 0.15 vMB 155
198,034 198,034 00000000000004c2af1eef96346b19b46f8752eaa9667949d81d74d4bd2cc546 175 0.06 vMB 121
198,033 198,033 00000000000004b19ea36688796201ca57784474473d81ea698195f76b66e0e9 183 0.07 vMB 149
198,032 198,032 00000000000003e9b032671401af179c412f714ce3e0db80eba1a76af895f4bf 128 0.05 vMB 145
198,031 198,031 0000000000000536a41f6b925b605080de9664340f797734db4a976e6b7c5d6b 99 0.04 vMB 94
198,030 198,030 00000000000003db1b8f4342de694f4572d6c422257ab8336fd2f01822ab00ff 11 0.00 vMB 0
198,029 198,029 00000000000000215ef472d8217337ba8d98ac93bee34f2cd75cead4d693ff1b 12 0.00 vMB 46
198,028 198,028 0000000000000018f31e58689645c272c576ffcb369bc1c3641b9dd906050183 199 0.08 vMB 171
198,027 198,027 0000000000000603e470f1d375ec7ae61c20217542126dbad4f8b5e760199b6e 49 0.02 vMB 866
198,026 198,026 000000000000007624206b3e5403c82cd741873ff5fe20ef9820dac36b619a16 74 0.03 vMB 142
198,025 198,025 000000000000061d179495e9f7fe7056df488ab281a4d31f6f62fe898fe87449 34 0.02 vMB 236
198,024 198,024 000000000000048099dee1ff886ba9bcea84dd4f4da203466a43c29b4190d256 125 0.03 vMB 5
198,023 198,023 00000000000001af605b9120d997c12315999e057a47e8cb1a858b0b5ed1a797 367 0.13 vMB 143
198,022 198,022 0000000000000417b984c78faf0bc0973aaa32de9de3bbce9b3470a075fb5c97 81 0.03 vMB 167
198,021 198,021 0000000000000198335360aabcd7393c46995ed74f50dc74298ad440d373ec5d 32 0.02 vMB 86
198,020 198,020 000000000000001f61402edc385bf9df7a111542363a1d8fa5a16061759570cc 32 0.01 vMB 0
198,019 198,019 00000000000003cf2a98b5a79b4a09457dc0a04ad4314c04f7f31a4414781b02 241 0.10 vMB 139
198,018 198,018 00000000000002f83c9c0d81770111fa9d10a163386ada7938d39456dacc51e9 679 0.25 vMB 148
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 152.84 GB
    • Received: 0.61 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.