Loading Tool

Explorer IconExplorer

Memory Pool

84,315 transactions
31.60 vMB
0.10328434 BTC
Random Selection Loading Transactions
Max Size: 193.59/200 MB

Candidate Block

Mining Attempt 1514503be7264e2305c4cc39bc50e707bcd38e0c0be81c09aaab3fc8a2a0932d
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root c3f8ee4537cff59397fcf5dd53f57ef8af89df90ba8296d29b1dff55bd7d4454
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 1.00 vMB
Total Fees: 0.02987007 BTC
Feerates: 299.70 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (197,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,904 717,904 0000000000000000000636933711dbf608d93bfbb28af61e9f96dbc0aeeabeb5 2,262 0.88/1.00 vMB 9
717,903 717,903 000000000000000000004aa83e08d3a9796b80d4808b135b92d357b7281f44f5 2,131 0.95/1.00 vMB 4
717,902 717,902 0000000000000000000a7cf9e44626b0a3e1d6d8471b1ec26f11a87b7af98def 1,939 1.00/1.00 vMB 9
717,901 717,901 00000000000000000001ccb70cedf6c9300972ee36bd1bf9fa28bcdcd17df386 3,175 1.00/1.00 vMB 5
717,900 717,900 00000000000000000003b11ffb07e16b4140343d71fe249d21e1f75859bd0472 2,196 1.00/1.00 vMB 13
717,899 717,899 0000000000000000000b20ae84d9985bdf829615c38576fd66609e7a8cec42d7 2,928 1.00/1.00 vMB 16
717,898 717,898 00000000000000000002e4652943c5cd59d1474faf06e5e6fe69db016c7c37fc 1,849 0.63/1.00 vMB 8
717,897 717,897 000000000000000000000986b5961df3e9450ecd09a88f18b7bc3b2fe492bab8 1,425 0.86/1.00 vMB 2
717,896 717,896 000000000000000000043c76dda7c121e5314e8672bfe8f0100f7e374d0e5fbd 2,162 1.00/1.00 vMB 7
717,895 717,895 00000000000000000009ee2f994ba9920b427f010476276e27c99158952e3483 3,140 1.00/1.00 vMB 7
717,894 717,894 0000000000000000000017b10e5a6951da7d906d5d034bdd6fa3cdcca252840e 2,739 1.00/1.00 vMB 12
717,893 717,893 00000000000000000006592837fe10cee5879afd3e0d44b7fcc7dc0344edfa0b 462 0.15/1.00 vMB 7
717,892 717,892 00000000000000000002809530fd212ec003945486b8e0e62e08680ffbc1f6fb 2,303 0.96/1.00 vMB 7
717,891 717,891 000000000000000000077caacb267972fdbea0737ec659e82727e94873f97f41 252 0.09/1.00 vMB 8
717,890 717,890 000000000000000000094a039f5a0e3e80c728f0bb8c21c149d80fd0fff04ce7 2,078 0.85/1.00 vMB 8
717,889 717,889 00000000000000000006350b2c0ef206723603cd078d1b44188277da3fb6eaf9 1 0.00/1.00 vMB 0
717,888 717,888 00000000000000000004879fb58ec429aac2d3864c58c4470965ccf21aaa6035 2,689 1.00/1.00 vMB 3
717,887 717,887 00000000000000000001f01e4a494fb903bb3b704e607273dd220ae0d1ac6e1c 2,571 1.00/1.00 vMB 15
717,886 717,886 000000000000000000023d0a1c5099a74900b8f88d0f0a914cd84b6f970e20ea 2,881 1.00/1.00 vMB 12
717,885 717,885 00000000000000000005a0acfc072c0d253161ce9db250d624cb686bb9f38888 1,553 0.66/1.00 vMB 8
717,884 717,884 000000000000000000093648c90a75c0b62d76d52b16e743fb4c88007e09bbf5 436 0.18/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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