Loading Tool

Explorer IconExplorer

Memory Pool

77,369 transactions
28.66 vMB
0.06407253 BTC
Random Selection Loading Transactions
Max Size: 173.97/200 MB

Candidate Block

Mining Attempt 0b1f6cce47147f8a81a885a68d27d9a06f3f8ca123f62f42dc1750c32c5fcc66
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root b71dc1dd9242b84d878de1e936fc56497ba78d445a780a36a0f12ad8c8b3c56c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,809
Size: 1.00 vMB
Total Fees: 0.00460005 BTC
Feerates: 52.08 > 0.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (321,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,256 593,256 00000000000000000016eb19d55d7df8c02b63aed2c894f3a05452cd9b07992b 3,178 1.00/1.00 vMB 35
593,255 593,255 0000000000000000000714c94f8a0808ff041dca54a04efe0efe5ff6d693c038 2,325 1.00/1.00 vMB 34
593,254 593,254 0000000000000000000135f4f0326a19b73c2bf420cec0e756409de954832dcc 2,506 1.00/1.00 vMB 47
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
Previous 10 blocks ↓
Total Size: 782.55 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: 669.62 GB
    • Received: 15.75 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.