Loading Tool

Explorer IconExplorer

Memory Pool

74,285 transactions
28.80 vMB
0.08234241 BTC
Random Selection Loading Transactions
Max Size: 170.16/200 MB

Candidate Block

Mining Attempt f0d24d8289575c6b8133ae830fd00a86b10895970131f42ce5742712d8a571eb
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 777037bdce8fa956b4f9509112858025080c2c7c85bec3dc2733562c28be0ba2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.02340392 BTC
Feerates: 150.36 > 2.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (280,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,936 634,936 0000000000000000001216881c9846db6127950d0f74afd1e0d5d12b302e8959 1,922 1.00/1.00 vMB 19
634,935 634,935 0000000000000000000efd4301eb994f0b949bbb4161002db34ca69658581e99 2,070 1.00/1.00 vMB 32
634,934 634,934 00000000000000000003e09a4de424fc61941d83f7030cac29f289eb0fefb36b 2,180 1.00/1.00 vMB 25
634,933 634,933 00000000000000000012b8da9d255e6be6ae96c220c6fb4d63a3c1a47413bb62 1,388 1.00/1.00 vMB 29
634,932 634,932 000000000000000000084bffef296becf8edd9cba16b87612abec468e7c652b5 2,332 1.00/1.00 vMB 30
634,931 634,931 00000000000000000000c17a5a378452fd728bd9310fdaef9c0c995592729602 2,585 1.00/1.00 vMB 35
634,930 634,930 0000000000000000000bebe0de7651c2d371eede43594bc5f7d7a3fe6c2ded9a 2,620 1.00/1.00 vMB 34
634,929 634,929 000000000000000000017f713914699286fb5e6c387838f3b8f5f8ac4091f75e 1,988 1.00/1.00 vMB 37
634,928 634,928 0000000000000000000e3a108a142567337add95070154d1dda14eb705e1526d 1,426 1.00/1.00 vMB 35
634,927 634,927 000000000000000000030e0d35bec3672504c1c69d3061434a29f9ec88b273a3 2,836 1.00/1.00 vMB 32
634,926 634,926 000000000000000000110e06b5cdbac5b1ac65ed29077facd4bcad120ee37b3b 2,504 1.00/1.00 vMB 34
634,925 634,925 0000000000000000001079eb0da0663327bc0416ed14fb0bac4adfebf86623b4 2,948 1.00/1.00 vMB 34
634,924 634,924 000000000000000000017816ae9b54633df7c7e92d80705000bc44deb3c5a85e 2,242 1.00/1.00 vMB 40
634,923 634,923 000000000000000000008c82d0ce2afbf4ea678c0f2e8f6c21e476725500b915 2,951 1.00/1.00 vMB 37
634,922 634,922 0000000000000000000aec73b8187eec2d92fd456257f33aa39c4a679e4b1e09 2,882 1.00/1.00 vMB 45
634,921 634,921 0000000000000000000a7f71e659fcb2a849dda1146346b2e64bb008eff2bda7 2,360 1.00/1.00 vMB 38
634,920 634,920 0000000000000000000743574902c5a8ac3b4cce2b247dc8721016c83a2597ec 1,881 1.00/1.00 vMB 47
634,919 634,919 0000000000000000000430957fd36a51e8ac304be0b18f0f74f940cc5d79fc94 2,604 1.00/1.00 vMB 51
634,918 634,918 000000000000000000100b051179937a55efdad3269d06beca1929080cd4080a 1,646 1.00/1.00 vMB 48
634,917 634,917 0000000000000000001204ffbec3cc5f7d3d71c7244ea9a2c02016ca9b5f240d 2,180 1.00/1.00 vMB 40
634,916 634,916 0000000000000000000118b37eac936ab111954d6621559426f3e062c1b132ee 1,306 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.48 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.19 GB
    • Received: 15.42 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.