Loading Tool

Explorer IconExplorer

Memory Pool

77,235 transactions
29.85 vMB
0.10554144 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt 67a0bb581d734b39d9ccc74cc20e532ad4d9cd6b7855c2f8b431e6c74045b4b9
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 9b4ac910025753a843e8b048df33ca1e7c0acb12fba5ece4719f766fcd889477
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.03708719 BTC
Feerates: 357.61 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (8 blocks away) ⇈
Next 8 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,427 915,427 0000000000000000000000f2f0108088360f597f1932c7b4c428f4bad4cda090 1,606 1.00/1.00 vMB 2
915,426 915,426 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0 1,660 1.00/1.00 vMB 2
915,425 915,425 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960 1,607 1.00/1.00 vMB 2
915,424 915,424 0000000000000000000017f64b7faa0814bc3f35b8731ad143e30c1c8faf3d3e 221 1.00/1.00 vMB 1
915,423 915,423 00000000000000000000dfc652f4c97f7ccdc3f6cc1a6b4e121a08efef622e07 1,100 1.00/1.00 vMB 1
915,422 915,422 00000000000000000001eaf93bf60e82411cf2e7aa126d9a80d1c68f38e4a69b 4,298 1.00/1.00 vMB 4
915,421 915,421 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57 2,406 1.00/1.00 vMB 1
915,420 915,420 000000000000000000017bc6267c5e83cf48f4e22ed56a75a008de4185bd6c29 1,559 1.00/1.00 vMB 2
915,419 915,419 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8 1,952 1.00/1.00 vMB 3
915,418 915,418 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8 3,377 1.00/1.00 vMB 6
915,417 915,417 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5 3,191 1.00/1.00 vMB 3
915,416 915,416 00000000000000000000cef826e9f1ded7c400fa6056966452dcbc895adf2e8f 4,005 1.00/1.00 vMB 5
915,415 915,415 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776 2,273 1.00/1.00 vMB 2
915,414 915,414 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203 3,170 1.00/1.00 vMB 2
915,413 915,413 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f 4,653 1.00/1.00 vMB 3
915,412 915,412 000000000000000000015d606eea54600e68e92445d6617a0d0d5e5108766f50 3,975 1.00/1.00 vMB 5
915,411 915,411 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127 3,581 1.00/1.00 vMB 4
915,410 915,410 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924 3,138 1.00/1.00 vMB 4
915,409 915,409 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76 2,629 1.00/1.00 vMB 2
915,408 915,408 00000000000000000000dc512b8b9e7c1b919625946b35a95613933fdf423afa 3,345 1.00/1.00 vMB 4
915,407 915,407 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e 955 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.15 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: 744.27 GB
    • Received: 18.71 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.