Loading Tool

Explorer IconExplorer

Memory Pool

43,554 transactions
27.00 vMB
0.05599079 BTC
Random Selection Loading Transactions
Max Size: 142.39/200 MB

Candidate Block

Mining Attempt 5e93c814508667dc994fe6d06e3208e93ac47df0d36060ed5abf8c0e67d926ae
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 2a047f6b723af677d03e235f91e902a4ab26c0f64ef526fa184148a7ed230850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,086
Size: 1.00 vMB
Total Fees: 0.00576793 BTC
Feerates: 40.21 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (362,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,915 551,915 00000000000000000017d1dbcb195d94a92f90afb512642648cd65dbf71b0a58 2,758 1.00/1.00 vMB 63
551,914 551,914 00000000000000000027e55cb81baf1fedaef2b0eed8977c98ea1dfd9cb48c53 861 1.00/1.00 vMB 15
551,913 551,913 0000000000000000001970f66da9ed66503028d05d419dd394f022f0d9d1ab6f 1,544 1.00/1.00 vMB 12
551,912 551,912 0000000000000000000f1747c38f6bbdafc4a06ee5ec19cd86d0eea4869ad923 1,784 1.00/1.00 vMB 12
551,911 551,911 000000000000000000013626a563c646026379b8dd5731138f0051c4363857a4 2,051 1.00/1.00 vMB 31
551,910 551,910 0000000000000000001f61ba8bc683ca9925f68b7c19c5b6df68350010902b03 2,763 1.00/1.00 vMB 37
551,909 551,909 00000000000000000003b5f1c2b829a6786c0af208dc76a96f28b76c082a23ae 1,818 1.00/1.00 vMB 12
551,908 551,908 00000000000000000009cc10c9ebb589e97f2d5e0597819e65d895213922b9af 2,053 1.00/1.00 vMB 36
551,907 551,907 0000000000000000000fe8b7192c9b1187022d908eee3c417f50c7caa012f100 3,212 1.00/1.00 vMB 19
551,906 551,906 0000000000000000000522434a9c057274713ef444420da3dc35f60c686a7108 2,756 1.00/1.00 vMB 20
551,905 551,905 0000000000000000001449ec73f2409ac004de83180e1a51abbfaa84a6b51115 2,564 1.00/1.00 vMB 10
551,904 551,904 00000000000000000016a0bf8ae05c50a4941195146b33280bae881711a9dbf9 2,168 1.00/1.00 vMB 22
551,903 551,903 000000000000000000063a088eeed7eb40d62665d21781f8ab2f90b40d38f339 2,424 1.00/1.00 vMB 44
551,902 551,902 0000000000000000000b458889d994c64d36a32725d30eb735a8977b685332de 2,774 1.00/1.00 vMB 61
551,901 551,901 000000000000000000032a9822a7745d2b866ac1ed984c971547127b68b455f7 2,740 1.00/1.00 vMB 46
551,900 551,900 000000000000000000082dffe592a7a1fa7d9dde3df91b52714e405018236fcc 2,254 1.00/1.00 vMB 26
551,899 551,899 000000000000000000109884a5cfbd2863ceba27f255f784e7a85e50d2c28d90 2,437 1.00/1.00 vMB 20
551,898 551,898 000000000000000000287379d5d00cef557c1b4f971c249d14f6dbc02aba9be4 2,541 1.00/1.00 vMB 38
551,897 551,897 0000000000000000000acb9e7db8ab2059d29563f6c1c4a9ac03c7b4e42464f7 1,919 1.00/1.00 vMB 43
551,896 551,896 0000000000000000002960089e37b0f94ca2fae90f4f82293438fef671142856 2,711 1.00/1.00 vMB 57
551,895 551,895 00000000000000000022e18176410f8b95daa6f98cdb6b96ee9e47bf768ecda3 2,484 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.