Loading Tool

Explorer IconExplorer

Memory Pool

36,521 transactions
19.28 vMB
0.05512387 BTC
Random Selection Loading Transactions
Max Size: 105.78/200 MB

Candidate Block

Mining Attempt 3169c8e2e09a34fd5ae555673517598b54f43d29a92fb3d8ffe94389c266d5c9
Version 20000000
Previous Block 000000000000000000009a30a040b20a8a7e5927f7fb1d03cf505bb76cbef13e
Merkle Root ae5c93a1e30c402e892d9ff41ed9297be68b3af8fb7c428c6eb6bb5d43e5d4fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,289
Size: 1.00 vMB
Total Fees: 0.01802505 BTC
Feerates: 713.01 > 1.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,110 (661,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,277 252,277 000000000000004b6be4a9c8ca2d5e75758d527473a6bca877b8a3b269b2fc38 415 0.22/1.00 vMB 136
252,276 252,276 000000000000001d976e500e4e880c9d16a8e7a30eff2b4638f1ce8e8a3d29c4 504 0.26/1.00 vMB 141
252,275 252,275 000000000000002e86c00be2633f1fd982a6b552b55d7d5864d05bbf3b48b3a9 235 0.14/1.00 vMB 142
252,274 252,274 000000000000003c950294b926f6604662b3a0dc1a005f57a60c46c6b4035f90 112 0.07/1.00 vMB 96
252,273 252,273 0000000000000048ba25c4d2336337ca63bd78b1dde0ac1b47d3bfb26eae43e4 45 0.02/1.00 vMB 49
252,272 252,272 0000000000000038de210c039a07d6cbdfe1c14ff250245d787d6989e6ef6a9f 676 0.25/1.00 vMB 233
252,271 252,271 0000000000000045eea1e1f9fb28e599e1d99d0792933968a2c39ff99bd5ed80 313 0.13/1.00 vMB 225
252,270 252,270 000000000000001f802536a22331535bb6c46c74ebb05277dacc5048c76d77c1 134 0.06/1.00 vMB 150
252,269 252,269 00000000000000174c80916cc99420946d3a6767f2eaf298d9f62e2e8b23e363 300 0.16/1.00 vMB 113
252,268 252,268 00000000000000455de655a4c6b37963389ad73bf8046fffc1c6d40e4cf48559 139 0.05/1.00 vMB 166
252,267 252,267 00000000000000299380b28be0926835bd512d264e0f13ace67e14a01f165797 455 0.17/1.00 vMB 183
252,266 252,266 0000000000000047ff2009cd7168bfb3e529e29841c35de048294bc0e8346372 88 0.04/1.00 vMB 180
252,265 252,265 000000000000004cd36483d79dfd32cbb0eda8c83e147969467e2d680777677f 390 0.17/1.00 vMB 160
252,264 252,264 00000000000000520fc022e3303786b162ec91fe393200880229afb94ba9846d 65 0.05/1.00 vMB 75
252,263 252,263 0000000000000036900ab56a565ceb05397ba81d7522ea06f2632a0cb75937cf 425 0.21/1.00 vMB 160
252,262 252,262 000000000000000ef3824393dd8ec05f1efbd128b492d0c798b08b23b9ed07ba 173 0.12/1.00 vMB 77
252,261 252,261 00000000000000126cd5ccc13d8b7fd24b4ec1c5de73c0299d5ace2be3c475ed 735 0.25/1.00 vMB 208
252,260 252,260 000000000000000ea356291d79ac3ba94a9256a3815a37247a8c4a7a2c739e52 411 0.17/1.00 vMB 143
252,259 252,259 0000000000000036abf0ecff89fc3f27d3d08c7218b73b15e64177cad407397b 337 0.13/1.00 vMB 134
252,258 252,258 0000000000000037234bbe5fda97175b8aab8d4155597d8c57298f18e4fff735 224 0.11/1.00 vMB 118
252,257 252,257 000000000000000f244140e70d84b1ac575b7d81b251a9b5538e872ffc89d774 437 0.16/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 780.80 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: 559.60 GB
    • Received: 7.25 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.