Loading Tool

Explorer IconExplorer

Memory Pool

76,669 transactions
28.94 vMB
0.07503612 BTC
Random Selection Loading Transactions
Max Size: 177.06/200 MB

Candidate Block

Mining Attempt 26de7218f68f671bd476d2332ba20ac9b5ab0a2c1b278003900cf03c9bfd25fd
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 0a999ffc0899f2abc62ef51c6de037f9b950c695fabfcf9b37d8fe6e3b0f0a56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.01187573 BTC
Feerates: 74.05 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (49,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,111 866,111 000000000000000000003c4a33d16cc493a46c09e9acc74e3f2c437217269b30 2,956 1.00/1.00 vMB 27
866,110 866,110 00000000000000000000c3303eb53406900866732e66e54cfefbd71da3240219 2,475 1.00/1.00 vMB 27
866,109 866,109 000000000000000000021b8d30205cba24c79b9fba947b1a0237c3c3515ae219 2,979 1.00/1.00 vMB 22
866,108 866,108 0000000000000000000283ed0f5ac8586daef048bf36d5345cbdad9536498b5c 3,098 1.00/1.00 vMB 22
866,107 866,107 0000000000000000000069a6f6a2e744714ed7e26a2ff8d86ed7d3314faf3f55 3,041 1.00/1.00 vMB 15
866,106 866,106 00000000000000000001af6280b98be52c4787b7b3520672bf0afd92ca89dad4 3,736 1.00/1.00 vMB 30
866,105 866,105 00000000000000000002d15114d27ccf790bdcb86e61c5f04b49f6098ebd832f 4,292 1.00/1.00 vMB 27
866,104 866,104 000000000000000000026f69db132bb21945fa2af4aa11bb5eb0b7211eaf533f 4,338 1.00/1.00 vMB 43
866,103 866,103 00000000000000000000fa53ea9f98a694ce28acefb3d1d12d82e15177843b45 4,213 1.00/1.00 vMB 60
866,102 866,102 000000000000000000010cecf6ea4d7c05b1912b69a3da87c8120f38302aa85f 6,191 1.00/1.00 vMB 57
866,101 866,101 000000000000000000025b7e9f868ab1ac52466f381f10cb4fb5c097edd01926 3,474 1.00/1.00 vMB 16
866,100 866,100 000000000000000000024accc20811b4bc1aabf3fa24fe02636c10d267bf7697 4,354 1.00/1.00 vMB 58
866,099 866,099 00000000000000000000dac2ee3cf14e3987ab451e2f5c0d1954464b8a5df209 3,790 1.00/1.00 vMB 21
866,098 866,098 00000000000000000002ec39f2d692be4382909468f01093c334bb0c012a2903 3,482 1.00/1.00 vMB 14
866,097 866,097 00000000000000000002394204ac777fa19c1f3c7020514a0fc839eaa29ac898 2,948 1.00/1.00 vMB 21
866,096 866,096 00000000000000000001900f64f4b2b00f9a796fc6f6307611d8ae83f3584d67 3,326 1.00/1.00 vMB 28
866,095 866,095 000000000000000000026ae85eec34c8f760bd994c9bf4c169d3fbc04bede6a4 3,541 1.00/1.00 vMB 18
866,094 866,094 00000000000000000000946480720f496c3a4c9a79ce9817da78c73940e88dfa 4,124 1.00/1.00 vMB 42
866,093 866,093 00000000000000000001a7958550616b03c49bef8a2724de816a880a79c9c3ca 4,174 1.00/1.00 vMB 38
866,092 866,092 0000000000000000000104cac3ec500da2390fe01e0b899d426c2b6259a68496 3,635 1.00/1.00 vMB 26
866,091 866,091 000000000000000000022f7724c3ef1d3576651900121fb0d6e020dc61ca4cbc 3,214 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.