Loading Tool

Explorer IconExplorer

Memory Pool

84,154 transactions
31.79 vMB
0.09824305 BTC
Random Selection Loading Transactions
Max Size: 194.38/200 MB

Candidate Block

Mining Attempt f4703592ff52b31d0a55c6b68329c9c86d571aae20b96bcde0c4f4318c748023
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root ffe1871e1e8916ce94ec720a7fc004a9802b02056b027902952b6a4d03d6650c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,370
Size: 1.00 vMB
Total Fees: 0.02270070 BTC
Feerates: 82.29 > 2.27 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (527,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,870 387,870 00000000000000000cddc31ead734d76ee3f47b571b120491822f44e564f9136 2,094 0.76/1.00 vMB 51
387,869 387,869 00000000000000000a4ceb76ae0f06a5eea3ad6d4b4af596d5b0050f81d89390 2,311 1.00/1.00 vMB 45
387,868 387,868 00000000000000000bc42c9ebb4e591f8c619293c7877c2313fc1bc7da5a1b5c 1 0.00/1.00 vMB 0
387,867 387,867 000000000000000006382783b29a38df28c63bf0df59347fc475577ad0de8cdb 3,048 0.95/1.00 vMB 64
387,866 387,866 00000000000000000683eed390268f9c9ab583497b02379e9f813477158b67a3 1,106 0.45/1.00 vMB 53
387,865 387,865 000000000000000006e4581265cd595e116d34d4360a273e82673d907e3d9a96 1,019 0.90/1.00 vMB 18
387,864 387,864 0000000000000000098dd1e5219da9d551ce5a9992e5258832ea54461ff8c014 1,564 0.75/1.00 vMB 36
387,863 387,863 00000000000000000738d42c86054576b6baca16bb54219b6cc15bfa5fc754fc 1,885 1.00/1.00 vMB 32
387,862 387,862 0000000000000000096b714678ddf7b19d261e7869f54c63eac2dcea4bf99598 2 0.00/1.00 vMB 0
387,861 387,861 00000000000000000308aa8f17b8dc7c923c0b1c0a0e1a419c033b4491030704 872 0.75/1.00 vMB 27
387,860 387,860 000000000000000004101a2c7fc2aa630ff4d91a1107383d2c5aa68e3a23ed1c 1,437 1.00/1.00 vMB 24
387,859 387,859 000000000000000006da06857c54ce4c6a58cf70c38f79daed12ac07c22b0dc1 1,600 0.60/1.00 vMB 46
387,858 387,858 00000000000000000048182c968d11564bf418f68591df51e2791e33fd34e944 1,894 0.93/1.00 vMB 32
387,857 387,857 000000000000000000e1c31ed85cb9d9d0159ca4aa04ec45d5af6d176207f9eb 391 0.20/1.00 vMB 36
387,856 387,856 000000000000000007d84e40881d929fa5337e0e76eeb6d346bd99898eaa1162 1,704 0.75/1.00 vMB 33
387,855 387,855 00000000000000000d6d887cdf6dab8ae975ac1ed48ca2818c8296d979d8de71 1,332 0.93/1.00 vMB 30
387,854 387,854 0000000000000000099f8c010ecc1ed3de11dd9020b1a8f2568490ab4a036e77 1,858 0.95/1.00 vMB 35
387,853 387,853 0000000000000000011049b17d29a76ceeca9712c7f9f7ddcc14ed33c6e1e1cb 1,855 0.68/1.00 vMB 43
387,852 387,852 00000000000000000a75de3a4ce04c73135b909725fa0b57ea22a7c493f2417e 1,142 1.00/1.00 vMB 30
387,851 387,851 0000000000000000082064686b3c7b93aa1e7d949f491c859848b22e7c43eca9 1,987 1.00/1.00 vMB 33
387,850 387,850 0000000000000000094cf371a08052bdbf2560d2f99279ac76b76113369c199e 300 0.95/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.