Loading Tool

Explorer IconExplorer

Memory Pool

79,320 transactions
29.40 vMB
0.12616182 BTC
Random Selection Loading Transactions
Max Size: 177.02/200 MB

Candidate Block

Mining Attempt 6be169c67497877cff1f7ac57d56b50c00ce8a63bceb81b0b7feafd8bd64b1b1
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 84abca2a2c70aa2caf50ebe43aded9f19406efbc96c001d1a160a6861c3cfe30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04594750 BTC
Feerates: 150.80 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (212,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,136 703,136 0000000000000000000e3b816cb516fd7188df1c9fa5f0f2a9b99a2e9cd79550 454 0.17/1.00 vMB 11
703,135 703,135 0000000000000000000e63b8857ced8d3258b5b0e912a4abd2dd79282f89366c 739 0.27/1.00 vMB 10
703,134 703,134 000000000000000000082bb4d4c352c9928d1038c72d3a7b39b3bd6caaef4fd8 1,039 0.51/1.00 vMB 15
703,133 703,133 0000000000000000000246dedcac5df3ccf8c10bc9b1e4a71e0a99dd7e1b4a3f 152 0.05/1.00 vMB 12
703,132 703,132 00000000000000000008fac219d7d7471978b644db993a47d3e8e1d2f7d0c112 1,511 0.66/1.00 vMB 10
703,131 703,131 0000000000000000000ad891dd63eb859783a6ad58295d8b9ee69c4403c2840a 530 0.29/1.00 vMB 23
703,130 703,130 0000000000000000000994b24deb10ae196d93bde6233d5cbb86aed5a766daf9 315 0.10/1.00 vMB 11
703,129 703,129 0000000000000000000dcf1b48192ab08e8d83da983527c111a9bddfc2d7ea57 1,356 0.58/1.00 vMB 11
703,128 703,128 0000000000000000000a2c42ef1f748b9c0a6a3d16f50375e684bad6d06ea4c7 204 0.11/1.00 vMB 10
703,127 703,127 0000000000000000000987b966eabc9c4c8648c6a761f13288dafccf7d077785 1,164 0.72/1.00 vMB 6
703,126 703,126 0000000000000000000aa348f65845d0950553b97824873a26b1ce736cbd220f 1,354 1.00/1.00 vMB 11
703,125 703,125 0000000000000000000ac1c4e701d10ec6f321ac117a57a110d706ca095a751e 997 0.53/1.00 vMB 10
703,124 703,124 0000000000000000000b3af743aca05d441b7737d12f6865c103649c0b624f51 107 0.04/1.00 vMB 13
703,123 703,123 0000000000000000000a03267feee5aa0642f5c7e89a5a36ce33a7aeeca6e05a 1,780 0.96/1.00 vMB 3
703,122 703,122 0000000000000000000ad0b2163c33fa2c4a850cfceba50258745c5bfa1d2a6b 2,384 1.00/1.00 vMB 14
703,121 703,121 00000000000000000001573990c2b4875e93ff41fc0893fb076b718d531fec88 1,033 1.00/1.00 vMB 5
703,120 703,120 00000000000000000007c5303f3bebc35ac346b9ba657587fe0eeea00ace666f 224 1.00/1.00 vMB 1
703,119 703,119 0000000000000000000b79ea21550ffdbfa30da027ffa971972442ff539e196a 866 1.00/1.00 vMB 4
703,118 703,118 0000000000000000000e5d4701a69dc600ddbc60c950486b6fca2e19e7f09c5b 1,359 1.00/1.00 vMB 7
703,117 703,117 00000000000000000008f3711e799268532f39c5c8987645a89058fa85c82b48 420 1.00/1.00 vMB 2
703,116 703,116 000000000000000000062a3ec258f68571eea9872355192f8fcdd19a17582a03 1,631 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.