Loading Tool

Explorer IconExplorer

Memory Pool

11,296 transactions
3.96 vMB
0.01651212 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.99/200 MB

Candidate Block

Mining Attempt a4a6dd712bf0e1e685bb9e1f94dc10b47d8f492a202d1cba257df190eccc75b8
Version 20000000
Previous Block 000000000000000000013255fbe8a252f38498457ea258ce160338bd3cc21153
Merkle Root 6c601bd891609a37826f7d278b08d2b871eefc680a396962b3728e566e0842bf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.01181808 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,481 (702,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,056 211,056 00000000000004805a7e1ecb6475d246ecf85f0e9dad7dbe7f293274f9da6767 319 0.13 vMB 176
211,055 211,055 000000000000035b5f5911d78de155c8aa6b79e683a04c6d6075f2df50f7e4d4 327 0.17 vMB 128
211,054 211,054 0000000000000205ca29e89e8bed7e20c21dc43ee08be4bf0220294d6f628417 140 0.07 vMB 152
211,053 211,053 000000000000040287417a1aaab88a08e417c0d025486ba7c5d08ce1cbff80be 385 0.19 vMB 178
211,052 211,052 0000000000000334130f5b3b28e5ad58b4a98f42d05300ec44f38487b0f0b246 132 0.05 vMB 71
211,051 211,051 00000000000004277a8450d6a4b4cbb1b6467a90ff539db4a2926a9f02d3226c 309 0.20 vMB 171
211,050 211,050 00000000000003395e61f2a8ab0cd9816b52a114c7748e4d6ff95fce53658753 271 0.14 vMB 191
211,049 211,049 00000000000001fc83c0594399c5c5068ff42f3bdc60ff0c39afb3c6012ada76 140 0.05 vMB 27
211,048 211,048 00000000000002f04c40ce51215593e22cec3ff7f87c81fced323c97a99f6f37 572 0.23 vMB 184
211,047 211,047 00000000000003cf30dd3155f4c0725bd9d2b8ff4dd92dbbc735647632cd0995 384 0.14 vMB 162
211,046 211,046 000000000000005cf5221f32b5da6eebcb59d778304d3ddaa9f943b0bafba338 9 0.00 vMB 33
211,045 211,045 0000000000000051fde8c1f30825d04baa73e1ee3c4a0447a1e7ed949e90690e 172 0.17 vMB 89
211,044 211,044 00000000000000deaebe4480da6dc5b29018fd5615647c458536bf08e76ac91b 1,124 0.37 vMB 128
211,043 211,043 000000000000015aaef4802444dd5f7644825cf0141b5c93dff215cabe3afeaa 772 0.39 vMB 145
211,042 211,042 00000000000003d2c09bd1a64a4608280f62ce4282be854d433a288aa527ea5d 522 0.27 vMB 165
211,041 211,041 000000000000028412dd7f8ec76846c71a2407246e8d0639fb315ec713ac4fda 748 0.25 vMB 229
211,040 211,040 00000000000004d7d38d84545b53d6e1e52483a4c2bc90b7e5e82b7113fb6f2b 252 0.26 vMB 139
211,039 211,039 0000000000000076292ef406d2c4f843433b9e166d72e32776000243e847787d 11 0.00 vMB 327
211,038 211,038 00000000000001fd9c12ce42e09bff9c5b600b653ce37e16189606c68c6ca67d 635 0.25 vMB 213
211,037 211,037 0000000000000177291c75d1c2dad783f1290bbd03fcb18b0688c10af3d3b919 454 0.25 vMB 151
211,036 211,036 0000000000000222e2177bee8a148018f24c78733f0c61930bd034960dc35436 143 0.05 vMB 79
Previous 10 blocks ↓
Total Size: 779.70 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: 344.52 GB
    • Received: 1.67 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.