Loading Tool

Explorer IconExplorer

Memory Pool

80,513 transactions
30.18 vMB
0.09102412 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt d9afe4b96b27ddb5a88f1759c9d3f28ff949232bb65dac4a2474a8820fd05734
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c221acbf4ace9fc3f64cd09eb9174cd8c9186d1ec7346d4086c624ab48eb611c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02915831 BTC
Feerates: 301.07 > 2.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (516,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,884 398,884 000000000000000006df0fa6f4cf94f53a52307cdc99e519679353886d4250b9 267 0.16/1.00 vMB 28
398,883 398,883 0000000000000000022ee9b1832aeefbdd3d25073c3e640b532639cae55188de 419 0.66/1.00 vMB 14
398,882 398,882 000000000000000002003e525ae805646b3e2d4f42e83f0bdd032a3d27e9984f 993 0.95/1.00 vMB 23
398,881 398,881 000000000000000003aed98f253c23a7e86e6339c3816548024322a99101ab1a 2,043 0.98/1.00 vMB 43
398,880 398,880 000000000000000003672ca94a7a8ee5ef2d864f416edca7f7c9c9f1427a5fe9 1,072 0.75/1.00 vMB 26
398,879 398,879 0000000000000000039bdb7fbbf997f4ea3d68953f335ff425e02be9dee0c94d 218 0.19/1.00 vMB 33
398,878 398,878 00000000000000000137da1d033895b092d3fc72b466b422f09f06347325a1de 1,708 0.91/1.00 vMB 35
398,877 398,877 00000000000000000526a3a452e1bae0a4b81cd615dd2d6139a64cdc137ca952 1,177 0.92/1.00 vMB 26
398,876 398,876 0000000000000000066416aee647d586f49b92b121ae3d9890579b7e4dc0b70c 1,686 1.00/1.00 vMB 32
398,875 398,875 0000000000000000041a47c111c42d1c09861d2de4901b222a4cd0c5a40b4dbc 1,131 1.00/1.00 vMB 21
398,874 398,874 000000000000000006cdab65ae47905b5a2c9892b3f6a017bf64c9e53c45febf 713 1.00/1.00 vMB 17
398,873 398,873 000000000000000002ac4f3e23f2f1340c1bba332ae836dea9aec142ea72d7a8 2,378 1.00/1.00 vMB 46
398,872 398,872 000000000000000007884e5dd8d23e327723c4786ade7441f8cab584753f0444 1,617 0.98/1.00 vMB 32
398,871 398,871 0000000000000000003242bdbc68142b6156583e1049beeb5b18f9c863ec5732 1,448 0.95/1.00 vMB 25
398,870 398,870 0000000000000000014e66ded36503ee545cce814ceb6caf0b57f582d329dc06 2,145 0.93/1.00 vMB 39
398,869 398,869 000000000000000002f33921f10e0191c91ec87637951c515a293fd75056ed9a 1,923 0.92/1.00 vMB 45
398,868 398,868 000000000000000003b8be875783531b4249019062592885d887fa603ba9d3fd 2,119 0.75/1.00 vMB 59
398,867 398,867 00000000000000000222ad5c8b999d359f953ca248d6e21ac46bca00796a917c 2,175 1.00/1.00 vMB 35
398,866 398,866 000000000000000001d2371c6028e0f06cbb935854bc23c129fa4d0253f2efd3 2,800 0.93/1.00 vMB 71
398,865 398,865 00000000000000000049b943e64447cf7d14ee4c9d13792302bab4bf94ab7903 2,390 0.95/1.00 vMB 48
398,864 398,864 0000000000000000039188d9c3caadff55ef02d75023e64d1014d4e11c5ee910 2,570 0.93/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.