Loading Tool

Explorer IconExplorer

Memory Pool

79,175 transactions
29.65 vMB
0.07572324 BTC
Random Selection Loading Transactions
Max Size: 177.89/200 MB

Candidate Block

Mining Attempt 58e6476d3212d17e6a15ef70cae6192af65bcc3052581be0acb6118353e91f64
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 401927a1476e6cd68b2686ac82e459705bf12b37fe9f91574644a4beba33f545
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,909
Size: 1.00 vMB
Total Fees: 0.01540082 BTC
Feerates: 313.32 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (324,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,173 590,173 00000000000000000004a19e8c36499b31d91c82ec856e58013a338032aac81e 2,732 1.00/1.00 vMB 66
590,172 590,172 0000000000000000000ec96e261bb744e1110f7cf4ab47e3d07fa7cd1dc1d63d 2,336 0.77/1.00 vMB 10
590,171 590,171 00000000000000000018410bd635a7fc1b8f2a598e369e925b0548067a45182b 2,855 1.00/1.00 vMB 64
590,170 590,170 000000000000000000122858e4aa5ea9048f1ac3804b1221f1065e0e89fd4c28 2,497 0.84/1.00 vMB 35
590,169 590,169 0000000000000000001a5e688478f3781ae9d8f42d7303c2cae66c14677d38c7 2,799 1.00/1.00 vMB 49
590,168 590,168 00000000000000000018a26795e8e13f7f39737e2b755ec84de31e4a8027ad3b 1,697 0.93/1.00 vMB 48
590,167 590,167 00000000000000000012c2b41dc39b9d1f55aff503c6ed7f0de12f35d82667d8 1,241 0.46/1.00 vMB 41
590,166 590,166 0000000000000000000d079d873ba363b0d38cec7e1442d61b28f9a9e985b562 1,835 0.76/1.00 vMB 3
590,165 590,165 0000000000000000001506a83819e982c51cb9b1a17a0d8441086d15eb5221bd 2,082 1.00/1.00 vMB 18
590,164 590,164 0000000000000000000d37c047b2edbe05db4d0dda7dc824a974bcf6e5f2230b 3,738 1.00/1.00 vMB 63
590,163 590,163 00000000000000000006a4d492b3a4dcf63a0786900060e73d12e5bb30c4bc4d 2,221 1.00/1.00 vMB 41
590,162 590,162 00000000000000000017d71ea34fa3dad6b62f6f1fc5c049faffa991ecb2958e 41 0.07/1.00 vMB 3
590,161 590,161 0000000000000000000c2365504807c7fefdce497f0e20509d3fd00eec4ae0dc 935 0.30/1.00 vMB 33
590,160 590,160 0000000000000000000c7f11f7ee76f28cdc90486cc74e62a9fd4c48d6382702 1,277 0.41/1.00 vMB 43
590,159 590,159 0000000000000000000320fa682128f3c86759f76ec81e9a6e2165d4483e76b2 1,676 0.83/1.00 vMB 25
590,158 590,158 0000000000000000000f9128fcf0bfc1a30acb6ec55cfdafa2d74d76874e7553 2,898 0.99/1.00 vMB 26
590,157 590,157 00000000000000000005ea6259cdc8639b279750a092cfd40fae1869169ff38b 2,499 1.00/1.00 vMB 53
590,156 590,156 00000000000000000002394fd237332e2b5474f9ba1367ab1bdb20824cd60dd5 2,602 1.00/1.00 vMB 26
590,155 590,155 00000000000000000011416e398fcd49cdc33e869f62c3018be74d331113c3a7 2,373 1.00/1.00 vMB 32
590,154 590,154 00000000000000000017f990ab887da60f4cf4b64fdbaee0881d5ee453bdeb80 3,492 1.00/1.00 vMB 31
590,153 590,153 0000000000000000000318d8cefdca11e9088dd9facc13a2c6e711ef6494037f 3,068 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.42 GB

Node Details:

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