Loading Tool

Explorer IconExplorer

Memory Pool

35,817 transactions
26.02 vMB
0.06680871 BTC
Random Selection Loading Transactions
Max Size: 132.58/200 MB

Candidate Block

Mining Attempt 5b6a8795664a10e88c982231c107ce0dde8cbb75c987b6987aa93a7f134da2ec
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 13b64c0a61105acb5fbb4970f3b596bb0f56ba49f52da515ae5f640fcee0006b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01858031 BTC
Feerates: 120.00 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (870,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,942 43,942 0000000034900974c20d285357814c2b0c1dc570d0cb37ed5cda38ebe9c26552 1 0.00/1.00 vMB 0
43,941 43,941 000000000b744b1aec421b746760aef85cd39ba668e77c7b139748760eebdb34 1 0.00/1.00 vMB 0
43,940 43,940 00000000262e33fc593ebf6c4e2b5a02e0708a09f4e31e37acaa8dc0f68731de 1 0.00/1.00 vMB 0
43,939 43,939 000000001784aa7329e158901df28336afe428b4a37abc9f2b47de799b5d6fde 1 0.00/1.00 vMB 0
43,938 43,938 0000000011027cd367be6f51f86e0f6447eb68fd2513cac80361b6d2c9c678ce 1 0.00/1.00 vMB 0
43,937 43,937 0000000042fad48ec9791cc4dc282afb6747a54aa7a0414617cd49f72d709cf1 1 0.00/1.00 vMB 0
43,936 43,936 000000002613aeac374725076b893d8191d2b015790f008bb65daea883f7289d 1 0.00/1.00 vMB 0
43,935 43,935 000000002dd573942fa9e89a6b52cd641860ee203b9406fa8e5ef389dee22ea0 1 0.00/1.00 vMB 0
43,934 43,934 000000003e5e907518808d5df2cf488a57f58ec4b4ce38caf4a27af81dd5acaf 1 0.00/1.00 vMB 0
43,933 43,933 0000000007dfdd96df729167b9dccf56be981fca1ade5ca188b783b9ba9559e7 1 0.00/1.00 vMB 0
43,932 43,932 000000002403944fd3267c970430e340d9bd0957e5cc119113bd33375b119c1e 1 0.00/1.00 vMB 0
43,931 43,931 000000003bc67a18336016b7e9178f6f82db2b1d39938ec89eebc49976b78455 1 0.00/1.00 vMB 0
43,930 43,930 0000000011260035aff519cbdeddd56d5c38d410dc16d29658daae123551a1f9 1 0.00/1.00 vMB 0
43,929 43,929 000000002adc0e2b72cf70f169038dda4d7dcc9cffd5b99488d6ee53ed7256ed 1 0.00/1.00 vMB 0
43,928 43,928 000000001713dac5fe8621a23b88181100a7001f3565acfbedd4e5bcee8a6cd6 1 0.00/1.00 vMB 0
43,927 43,927 0000000020d6cbf2579f94757dae7b3a4fef5b01edf7c54f4d391212df3b0978 1 0.00/1.00 vMB 0
43,926 43,926 00000000379604a3d209877cb49e198a08168cdb6e930d115e37b2958699e9cc 1 0.00/1.00 vMB 0
43,925 43,925 0000000031febc95bbd909cab71ccef9ba99cc8109f4a04dc3e5a57305413436 1 0.00/1.00 vMB 0
43,924 43,924 0000000010b1767475a80b2d00d033f670c455e0c2e9a545177ff51890237ad0 1 0.00/1.00 vMB 0
43,923 43,923 00000000033d5cc9cff05a449ae806fe4b6f3bb171b3b8f1cd46630d6aa8e6ca 1 0.00/1.00 vMB 0
43,922 43,922 000000000a1cd8d221bb4ac71db66bc59312081c3518a00ef115b02f658da984 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.