Loading Tool

Explorer IconExplorer

Memory Pool

24,821 transactions
10.40 vMB
0.02265001 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.89/200 MB

Candidate Block

Mining Attempt e652e1003db9e5ef9779ba5555f9974a5d6dff66fafe492071b115bbb3ee450e
Version 20000000
Previous Block 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06
Merkle Root a55acbfce3d7ba50786305211e374fe5e3208c66f28e86a165c940ab04470df1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,199
Size: 1.00 vMB
Total Fees: 0.00568529 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,558 (770,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,916 142,916 0000000000000361c62cffb7c58ff942cc7bf2e45f2dafd054794de9465fdc22 9 0.00 vMB 135
142,915 142,915 00000000000001b617f0ba20675d6b4e6401577fb5543ed7b6b056c53cbcc906 5 0.00 vMB 1,374
142,914 142,914 00000000000002088ccf90503ffa39b21182483517f79da4c0b923d1bbc12c3a 112 0.04 vMB 68
142,913 142,913 000000000000007902419c919dde801d22febceedaf7493e0cf279ac539700d8 25 0.02 vMB 251
142,912 142,912 0000000000000633caddc7f49c2edea79eb50d5db29f89facdc8a4a94a5f7bd2 13 0.01 vMB 32
142,911 142,911 00000000000005a90480227a5cc52000dd29059ea6d99966a51c5b624cf7054c 62 0.03 vMB 261
142,910 142,910 00000000000001cdf03279301ef811b20d4b70ac5836058cd54b18ea26269fd1 102 0.04 vMB 149
142,909 142,909 0000000000000479a4fd4c567f99b0cb0a37c8cb962f06291de4bf880ac6d1bf 10 0.01 vMB 23
142,908 142,908 00000000000002feb1f09647fcd71af72e733a5d8fee5340702fee34e0da36fa 146 0.05 vMB 137
142,907 142,907 000000000000017b6df54b9bbaacba87133b7f871a889ef34adf3cc7c25ca4cf 109 0.05 vMB 149
142,906 142,906 00000000000002bd2fc99bc469a0b468bdac3642e9a522d51e001331c4e518fe 24 0.01 vMB 150
142,905 142,905 00000000000008da4fe9d69146b9637517ad1854750d5c878735dd917896e28c 131 0.04 vMB 244
142,904 142,904 00000000000006b811beb552ad8af14525c3b49c648ddb2847d669ee07a4514a 56 0.03 vMB 169
142,903 142,903 00000000000004e35de7d8a766609a18a1e4c418902b931ca78431d7539ad372 39 0.02 vMB 121
142,902 142,902 00000000000001ecd6d0660cea9891eca2323c5d284f78f4b9e0c850c370b3e2 7 0.01 vMB 21
142,901 142,901 00000000000004b48de7a86e1e473e169fb7351f6e29efd4e320ec597c6b3c5c 73 0.02 vMB 32
142,900 142,900 00000000000004ffd0772317bc59ef97b97b6434a9fffe7a24927133774202cb 81 0.03 vMB 75
142,899 142,899 0000000000000103f752f9c1239d4f102e9df2d2dc127d51762a796e4cfb56d3 12 0.00 vMB 17
142,898 142,898 00000000000004ee496dc309d247acdf3f69c42fc8531c045e09796a6e89c8b3 13 0.00 vMB 16
142,897 142,897 00000000000000c4d9d3cd9a12bf704736db3b3d880dbe2c03a78bbea563817e 32 0.02 vMB 186
142,896 142,896 000000000000075fd847549f1679dd70099cbbbb33f58f83127f48e004c6ef3e 11 0.00 vMB 58
Previous 10 blocks ↓
Total Size: 779.83 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: 423.36 GB
    • Received: 2.29 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.