Loading Tool

Explorer IconExplorer

Memory Pool

20,622 transactions
5.38 vMB
0.08325163 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.29/200 MB

Candidate Block

Mining Attempt 34831432d1a1c5add5bfc3eb0b81457baf96382a5f9797bef48d328bef9a35f5
Version 20000000
Previous Block 00000000000000000001d5deb3d4ba0cc61c1317c6825ceec165039ba200037c
Merkle Root 48bdb4c5b05b568b567cb8e153ff5eb6b2d191ccf0c8657e110997182fbb100f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.06750713 BTC
Median Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,158 (702,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,053 211,053 000000000000040287417a1aaab88a08e417c0d025486ba7c5d08ce1cbff80be 0.19 MB 385 178
211,052 211,052 0000000000000334130f5b3b28e5ad58b4a98f42d05300ec44f38487b0f0b246 0.05 MB 132 71
211,051 211,051 00000000000004277a8450d6a4b4cbb1b6467a90ff539db4a2926a9f02d3226c 0.20 MB 309 171
211,050 211,050 00000000000003395e61f2a8ab0cd9816b52a114c7748e4d6ff95fce53658753 0.14 MB 271 191
211,049 211,049 00000000000001fc83c0594399c5c5068ff42f3bdc60ff0c39afb3c6012ada76 0.05 MB 140 27
211,048 211,048 00000000000002f04c40ce51215593e22cec3ff7f87c81fced323c97a99f6f37 0.23 MB 572 184
211,047 211,047 00000000000003cf30dd3155f4c0725bd9d2b8ff4dd92dbbc735647632cd0995 0.14 MB 384 162
211,046 211,046 000000000000005cf5221f32b5da6eebcb59d778304d3ddaa9f943b0bafba338 0.00 MB 9 33
211,045 211,045 0000000000000051fde8c1f30825d04baa73e1ee3c4a0447a1e7ed949e90690e 0.17 MB 172 89
211,044 211,044 00000000000000deaebe4480da6dc5b29018fd5615647c458536bf08e76ac91b 0.37 MB 1,124 128
211,043 211,043 000000000000015aaef4802444dd5f7644825cf0141b5c93dff215cabe3afeaa 0.39 MB 772 145
211,042 211,042 00000000000003d2c09bd1a64a4608280f62ce4282be854d433a288aa527ea5d 0.27 MB 522 165
211,041 211,041 000000000000028412dd7f8ec76846c71a2407246e8d0639fb315ec713ac4fda 0.25 MB 748 229
211,040 211,040 00000000000004d7d38d84545b53d6e1e52483a4c2bc90b7e5e82b7113fb6f2b 0.26 MB 252 139
211,039 211,039 0000000000000076292ef406d2c4f843433b9e166d72e32776000243e847787d 0.00 MB 11 327
211,038 211,038 00000000000001fd9c12ce42e09bff9c5b600b653ce37e16189606c68c6ca67d 0.25 MB 635 213
211,037 211,037 0000000000000177291c75d1c2dad783f1290bbd03fcb18b0688c10af3d3b919 0.25 MB 454 151
211,036 211,036 0000000000000222e2177bee8a148018f24c78733f0c61930bd034960dc35436 0.05 MB 143 79
211,035 211,035 0000000000000453870a850c712d9d8478755e76f120e3158c7b308a3ae3d25d 0.25 MB 582 216
211,034 211,034 000000000000029d7edac047c00f1fdb378e41ef32c01dfdf811d233b7478401 0.00 MB 9 164
211,033 211,033 00000000000002016df2491c741046945b311545a9fe58e5f4a7cb851077a661 0.03 MB 42 95
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 42
    • Outgoing: 10
  • Data Transfer:
    • Sent: 1.03 GB
    • Received: 0.04 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.