Loading Tool

Explorer IconExplorer

Memory Pool

76,136 transactions
28.41 vMB
0.06923351 BTC
Random Selection Loading Transactions
Max Size: 172.10/200 MB

Candidate Block

Mining Attempt 25ff5becb92cb0abb47c96951f0ee0d8fc12384659803b7be7ac03d06a8cc35d
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 9e88e2921f6d0761d53ebf7b6aee6eccfc9d2cc0e813743838f8391c7ed79399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01021682 BTC
Feerates: 178.73 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (323,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,944 591,944 000000000000000000042fdb4f38a16a797313b4adf915e664eaf0e7f6d0a7f8 2,794 1.00/1.00 vMB 31
591,943 591,943 00000000000000000016a8f5d928f10287b2bb68c1443a825eb69ad3b21ee85e 2,550 1.00/1.00 vMB 44
591,942 591,942 00000000000000000004f607668ca23c2bdc61d8426b3dea68b324fe031d551d 1,750 1.00/1.00 vMB 15
591,941 591,941 00000000000000000016bbdbc091bdf3f797fae8e544989964e39d489da47f14 2,669 1.00/1.00 vMB 42
591,940 591,940 0000000000000000001176d80a0e556311b1e1d6bd457a6698903901500b5e3d 2,657 1.00/1.00 vMB 9
591,939 591,939 0000000000000000000faffd50c2226ef91afaa33becc7b752caa12cb13525bc 2,938 1.00/1.00 vMB 30
591,938 591,938 00000000000000000002e7e8501b2739405568b6e6e3ba1045aecd531a2c4eb3 2,796 1.00/1.00 vMB 48
591,937 591,937 0000000000000000000aeb23efc89947edffb886f302bac368ee8ca2d7972ac8 3,168 1.00/1.00 vMB 24
591,936 591,936 000000000000000000121d4307521571b910fe2f197e86d13be07a8f5e4bbeaf 1,634 0.54/1.00 vMB 1
591,935 591,935 00000000000000000016d2d7b79ca95aef26e4a409f73f43ed6e53fee79ec1b1 2,972 1.00/1.00 vMB 33
591,934 591,934 00000000000000000004c8130c8d5bcd54bd4edf8511656400ac3752ea5c675b 2,769 1.00/1.00 vMB 31
591,933 591,933 00000000000000000015a49495b6360d069e7d3e4a9853dfbf9e455257dbccde 1,878 0.62/1.00 vMB 7
591,932 591,932 00000000000000000008251a382ebb023dc7a4e31bca8d0db00c405ef9d3a98c 2,706 1.00/1.00 vMB 37
591,931 591,931 0000000000000000001974863bab209cc43be25e5293cfdcbc119fb51dc261ff 1,192 0.42/1.00 vMB 26
591,930 591,930 00000000000000000012c7c3649d6cd7b7081031cd30b9fd86e40f07207367f9 2,703 1.00/1.00 vMB 24
591,929 591,929 0000000000000000001363526dfb7121035d380e53bc618e1062eaae3f0c450c 1,655 0.57/1.00 vMB 9
591,928 591,928 000000000000000000017061ce474be3420ac41075c2e53ef693ae6c3d7957e9 2,726 1.00/1.00 vMB 30
591,927 591,927 00000000000000000015852cf670e51484bcec114c1f5b50ae7fc1d3443971f6 295 0.10/1.00 vMB 28
591,926 591,926 00000000000000000007aa9f3f683f3c7e906de40de9024bbe51c38906723423 335 0.15/1.00 vMB 19
591,925 591,925 00000000000000000004758030dd203998d82152ef50734e908d0c532aa3e397 2,528 1.00/1.00 vMB 18
591,924 591,924 000000000000000000105a31bb62d7d9aaa46cccd4cd0b3acaffbda7e08532cd 2,520 0.88/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.