Loading Tool

Explorer IconExplorer

Memory Pool

74,155 transactions
28.30 vMB
0.06936047 BTC
Random Selection Loading Transactions
Max Size: 168.26/200 MB

Candidate Block

Mining Attempt 595901d6c6da78621e6c26407a73335009c3c590e523d00193e6763e025b545c
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 31ad9544d21fc97d9b65d46fa38f60b7eb3746091c863c9cc80959bdf54c2e46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,462
Size: 1.00 vMB
Total Fees: 0.01254288 BTC
Feerates: 101.62 > 1.26 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (321,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,253 593,253 00000000000000000007c818fd39abb88a870163fc0f7e46430c4fcdeb637faf 2,739 1.00/1.00 vMB 19
593,252 593,252 0000000000000000000372202606bbf4f46f3ee737e181feb6b6286c220d976f 2,714 1.00/1.00 vMB 15
593,251 593,251 00000000000000000011bf59b1438c7cff75cf7474fadf75269976e519228cf5 2,546 1.00/1.00 vMB 24
593,250 593,250 000000000000000000016f7d798362b7eac78b353ac65e9aa3a7dfb85597d8c3 1,742 1.00/1.00 vMB 28
593,249 593,249 0000000000000000001933243b112d6bcd88ba11f9216b9c2004605061218c5e 2,322 1.00/1.00 vMB 34
593,248 593,248 0000000000000000001148dcdc7b29656ffe92f726c604800c5c9574f77ef007 2,545 1.00/1.00 vMB 52
593,247 593,247 0000000000000000000e1da74771f7ff666c5cdf3906e0e8877b9fedc3536296 2,766 1.00/1.00 vMB 42
593,246 593,246 0000000000000000000b2b2c675e3f8fd488fbd2f8862b7190d465c556a9f220 2,025 1.00/1.00 vMB 8
593,245 593,245 000000000000000000025a8657ad8bf66c33d45673a5ea8c5e93f0f091e3d5d5 2,143 1.00/1.00 vMB 24
593,244 593,244 0000000000000000000eb29052c828bdd09d8ee5ea94a377e7e64afb489f0c9e 3,020 1.00/1.00 vMB 31
593,243 593,243 00000000000000000013c9f99a2309e0434762cacef156009843f377446447d4 1,854 1.00/1.00 vMB 17
593,242 593,242 00000000000000000014b9ce2a29a84f6192375cc064ad43725676ea8f815900 1,901 1.00/1.00 vMB 17
593,241 593,241 00000000000000000004e3512e561a1058f9733f2946bac24235013d93cf335c 1,582 1.00/1.00 vMB 12
593,240 593,240 00000000000000000007f7967b3a8facf046a856a8a6180fe9644b9b3d3d2b1d 1,632 1.00/1.00 vMB 15
593,239 593,239 00000000000000000018ab1ecfa254d71ea3d1c178bdc95ecb0c3cf0b08d0921 3,165 1.00/1.00 vMB 28
593,238 593,238 00000000000000000014e4e5937f635a07feaaf9e22dd33fdde6c8fd69dc4b54 2,559 1.00/1.00 vMB 19
593,237 593,237 0000000000000000000b5589ae134a227147087a748c5d0253c472feb205e0ef 2,013 1.00/1.00 vMB 14
593,236 593,236 0000000000000000000b64d38d3642e078dd603cfededb10e2e99f24fbe9836f 2,208 1.00/1.00 vMB 17
593,235 593,235 00000000000000000006ff2dd2c348dc682ebc5b04c84e72fa0272a2568e671d 1 0.00/1.00 vMB 0
593,234 593,234 0000000000000000000aa8d2a1f663d6ee5e29fce283ec5282cff72a58d3a0c4 2,810 1.00/1.00 vMB 30
593,233 593,233 0000000000000000001489ca5dae1b5ad4e504be41b0df8b211d2df84b24bc00 2,272 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.