Loading Tool

Explorer IconExplorer

Memory Pool

19,334 transactions
9.01 vMB
0.06629942 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.49/200 MB

Candidate Block

Mining Attempt fff5981e5eb14112dcd5acabf383641e112cd9c629171900c3d19df808b39708
Version 20000000
Previous Block 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7
Merkle Root dd828e1f179f6c046bce22eb3ad5c80cbeceb076cb739ef4e317db6a64f544b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,380
Size: 1.00 vMB
Total Fees: 0.04635847 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,403 (717,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,135 196,135 0000000000000397f0de9236b51ca59c5a57fea5ba4d5398867ddbb67e800428 462 0.20 vMB 126
196,134 196,134 000000000000008a4e6b60c6430d82415dfabe6fdb29fe2ea8655c31584c910e 142 0.04 vMB 87
196,133 196,133 00000000000004bc28f2e6bf327af7da843dc43a14a29d56f43ec4ee57d0745c 32 0.01 vMB 0
196,132 196,132 000000000000005755243fe097315780f748d04fae1644844fe55e500b644da3 145 0.05 vMB 62
196,131 196,131 000000000000037fe183ee91622ac91c7bbca23e49d25db58fb90afbc996e646 590 0.25 vMB 303
196,130 196,130 00000000000004baaec9c965e0255075569316b8bc1a57f1e0a761b584953ff1 162 0.07 vMB 166
196,129 196,129 00000000000000bf0bf5981317ab7a7370012d7c6f47f7b5bc7a5c6077d58f7c 1 0.00 vMB 0
196,128 196,128 00000000000004c60f78af2dc27733df0ae1ae509b0de3187ef533ebdfdce858 67 0.03 vMB 165
196,127 196,127 00000000000003da6d038afcdac6d1090f535f580cf3107098109abe2ad95b4d 23 0.01 vMB 46
196,126 196,126 000000000000038c6108fa6ab08e4322663b79b5745336eac6093c51703f0708 70 0.03 vMB 91
196,125 196,125 000000000000046911f38860c0e9a63d9b9a429148916812a08c251b31edf2b0 543 0.24 vMB 123
196,124 196,124 00000000000005fe3b94964b13b949ac7dee9f65853c46aabe78dbe55d654b89 227 0.07 vMB 424
196,123 196,123 000000000000005b95906e6be27b80ff4a7e4bd964b0b2d88233c21953d09662 12 0.02 vMB 977
196,122 196,122 000000000000049a2c38be646587071c3ff9afc99614cfa539c6d1435a3bd24d 32 0.02 vMB 263
196,121 196,121 000000000000004cb59c4b3e9461d084f276eb68290cbe1d920df1d36c5263d5 239 0.06 vMB 84
196,120 196,120 00000000000002e182ef8e7803bd5c45d4fde50bd54a4340750f7dec33e3eaf3 525 0.20 vMB 143
196,119 196,119 000000000000059064ecac2f835158ec930681ba105ac0a83c979d8854e98aaf 133 0.06 vMB 577
196,118 196,118 0000000000000040266c20ce99c5d6036f6bfb0b70fec7cdd9c2dcbdb8f75b8c 146 0.07 vMB 213
196,117 196,117 000000000000034d13a27beb098d0658fea626d5caf1f774d0313d28fc889b23 448 0.22 vMB 133
196,116 196,116 000000000000018338252bc5b749c11324c87ef24a50fbcd4122a08cbf19381e 11 0.00 vMB 0
196,115 196,115 00000000000003ab9e62da7a2add0d4483a43314586aeb06fd546b49e81ceefb 62 0.03 vMB 246
Previous 10 blocks ↓
Total Size: 779.57 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: 272.93 GB
    • Received: 1.06 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.