Loading Tool

Explorer IconExplorer

Memory Pool

80,844 transactions
30.26 vMB
0.11333703 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt 4ae8127f106d4863742aab59c24aa0bb92aae34180b90f390d0f4052909e3711
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root def7ad94a6ba20c3f8bc2c2d8c4d2a5dc6402e503ee6f56d7fba8e60f709c994
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,120
Size: 1.00 vMB
Total Fees: 0.04101016 BTC
Feerates: 150.68 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (65,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,067 850,067 00000000000000000002711f90a7893a24c70ef46a382252f5376f9cab7e3e5a 3,141 1.00/1.00 vMB 15
850,066 850,066 000000000000000000000625a62ca0d9546ad6eddf77945124ac0ed244d1c75f 6,469 1.00/1.00 vMB 8
850,065 850,065 000000000000000000030e96d4171ff3715a5e2bdba727c63586f22aa8e872a6 5,869 1.00/1.00 vMB 9
850,064 850,064 000000000000000000030b3451d402089d510234c665d130ebc3e8a1355633a0 3,920 1.00/1.00 vMB 9
850,063 850,063 0000000000000000000194d0cc94763fb8a8c8da2c537179bd9bc95396e1c012 5,148 1.00/1.00 vMB 11
850,062 850,062 00000000000000000001f1eff28f3499f664ab1f42533a7fbe4234fc0009c531 6,220 1.00/1.00 vMB 15
850,061 850,061 00000000000000000001c27bc4032bcc3a24c454e45fa3e1a3c9fea712ef889f 4,466 1.00/1.00 vMB 13
850,060 850,060 00000000000000000001f0b9978add030a1bdc2ef91166dfd500186ff6c92dee 6,593 1.00/1.00 vMB 8
850,059 850,059 000000000000000000027a02a890bc8e5e64d300fc30af9508c4b21e017bbc61 1,214 1.00/1.00 vMB 7
850,058 850,058 000000000000000000024d74dbccf7ae1d753f3536d1edd5f9663d052309d263 5,115 1.00/1.00 vMB 10
850,057 850,057 00000000000000000002b3a6924c74a937113eefde51dd09e2d3f55062b47a27 6,263 1.00/1.00 vMB 8
850,056 850,056 000000000000000000003a06874e0c850de7b8ed57c411e5c47e932f92a0c0a1 2,774 1.00/1.00 vMB 10
850,055 850,055 00000000000000000003111c5331e8cd51a63e7e28e6a35642704ede67e9a5d1 3,269 1.00/1.00 vMB 13
850,054 850,054 00000000000000000000b23bc941c19d9758f3623119eaaa3be23bfc3312f20a 3,456 1.00/1.00 vMB 8
850,053 850,053 000000000000000000022d1e7f9d6c63cfe4b8ce1c933a124a7ccc57e5677bd7 1,359 1.00/1.00 vMB 7
850,052 850,052 00000000000000000001eccb2549e1a44aa8f5713c4b0d67af707c854826ad41 2,998 1.00/1.00 vMB 7
850,051 850,051 000000000000000000001fcd5acc33167278c12e01898dd6101a4ef2b0ff5d34 1,170 1.00/1.00 vMB 7
850,050 850,050 00000000000000000002a10d585d72f4e7b1faafdf0a862a9b33e1453229f7e6 2,266 1.00/1.00 vMB 7
850,049 850,049 00000000000000000001f785dda8a7374098511166571e93e8edbaffd795d974 4,483 1.00/1.00 vMB 8
850,048 850,048 0000000000000000000303ebf2561e137ff3585b16802a226d602df713d3f93c 4,814 1.00/1.00 vMB 7
850,047 850,047 00000000000000000000a284f46365071ea8332bc1a8dab8ae02b01c95c86800 2,938 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.40 GB
    • Received: 16.23 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.