Loading Tool

Explorer IconExplorer

Memory Pool

79,597 transactions
29.78 vMB
0.08824689 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 60a499c45405e7ba138c070ba92f10e43fba80b8be0caf35c4ffd4f660af26d4
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root a0456fd303d7cda80ef2a70aa7747a9cc215ccd406ee523f985d5bc8615335e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02117194 BTC
Feerates: 40.21 > 2.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (248,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,533 666,533 000000000000000000021823ddb35739b7ca2ecf5b8010631ab9ac590d9faf23 1,947 1.00/1.00 vMB 29
666,532 666,532 0000000000000000000692627481947d772888b8f2f3a27482cf099b9c3a909d 1,928 1.00/1.00 vMB 12
666,531 666,531 0000000000000000000284ea2cb0fa3b7841704a7692e54b7a0e251a4f016f55 1,801 1.00/1.00 vMB 35
666,530 666,530 0000000000000000000b36994681c0ee79d17f99ee40e241fd71d01600521190 2,829 1.00/1.00 vMB 93
666,529 666,529 0000000000000000000478e3322975c8e732ebbbf09e9c1f3a2e6754d73be67f 1,348 1.00/1.00 vMB 16
666,528 666,528 0000000000000000000beaed49a97e4f64eea366d94085dabbee17ac2f1bc11e 1,669 1.00/1.00 vMB 48
666,527 666,527 000000000000000000065192e115f231a937c4f526b8573c1c6cb6ae503cb643 1,604 1.00/1.00 vMB 26
666,526 666,526 0000000000000000000ceea46d737eab5c28b7245079384811baf2de3a41444f 2,145 1.00/1.00 vMB 39
666,525 666,525 000000000000000000049041f202381842bae70581e99398b74c4248c2a76629 1,853 1.00/1.00 vMB 12
666,524 666,524 0000000000000000000918bc5e976fb2d795c45badedb27e1e6cca0586eea53b 2,427 1.00/1.00 vMB 48
666,523 666,523 0000000000000000000c3b3e5fcc2443337163898dc12e795da3c70b02697ce0 1,347 1.00/1.00 vMB 23
666,522 666,522 00000000000000000009b64006c09ae8221acff9d02900fd73c5b997711f3907 2,526 1.00/1.00 vMB 45
666,521 666,521 00000000000000000005e4c2d5aed910b697b413dc1259adeed0fd086bbb29bc 1,295 1.00/1.00 vMB 11
666,520 666,520 0000000000000000000bd9cb75b5adb856f4e72f0966598f1ee4009c998b3fbc 2,871 1.00/1.00 vMB 48
666,519 666,519 0000000000000000000b93c414b6104e19513509aa00ae98d85a4412d31084ed 2,038 1.00/1.00 vMB 35
666,518 666,518 00000000000000000008da4c2c85ffe0dff1c8675fbd9400b60322324fbc8a79 1,688 1.00/1.00 vMB 19
666,517 666,517 0000000000000000000ce09e5dd781a5b6b38984a2165ced6f266ebfe25f8c0e 1,253 1.00/1.00 vMB 15
666,516 666,516 0000000000000000000578854e9efa3b958dfe9f8eba79628fa701eef91c20ef 951 1.00/1.00 vMB 11
666,515 666,515 00000000000000000002c9e821730f67ae400ef496dfc958bcc2d067a6aa906b 1,067 1.00/1.00 vMB 26
666,514 666,514 0000000000000000000d8f47b0b0b4b5e049581afe030e0ee4a2b7634510ad42 1,177 1.00/1.00 vMB 14
666,513 666,513 00000000000000000006eeeb6b4504b63d135f55fe8aa44296f0038c68eb4477 1,435 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.