Loading Tool

Explorer IconExplorer

Memory Pool

80,165 transactions
30.19 vMB
0.08613200 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt fa9c5a98c081a6a37918c207bc93f11587b169933968d9a6a2fb254f65f46220
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 0480d5059b49b988f07cc75fdc57f7754ec1a4c2b1a0751cdc6b0c14732bc8a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,463
Size: 1.00 vMB
Total Fees: 0.02166361 BTC
Feerates: 150.45 > 2.17 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (269,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,334 645,334 00000000000000000006e0d91b7fd5bce6e28e20bbc819b6816779baac8a4739 1 0.00/1.00 vMB 0
645,333 645,333 0000000000000000000fa9aab97fac410916c4b5e7e1edd6e401b73e812f8510 2,856 1.00/1.00 vMB 88
645,332 645,332 0000000000000000000169700aa82cd52bd24c63d135c9b96819f9b637fb638f 3,156 1.00/1.00 vMB 85
645,331 645,331 000000000000000000021d254b0c5ea6d15d2f90a6d29d9cdc820e44e3bcc016 2,829 1.00/1.00 vMB 94
645,330 645,330 00000000000000000006af9b874b40c6dd7033b8e265e25017e870a5ad2e6fe1 2,611 1.00/1.00 vMB 118
645,329 645,329 00000000000000000009d63911ee8935d4831f8ebfc207fe46a94823790a2810 3,355 1.00/1.00 vMB 85
645,328 645,328 00000000000000000001fac0b7f4ae6afb4823c6210058698349291977152358 2,809 1.00/1.00 vMB 87
645,327 645,327 0000000000000000000157fa516226a5d6cdb357ba9f63485ee0dfc008b5c6bf 2,368 1.00/1.00 vMB 97
645,326 645,326 000000000000000000025b8d1655e80aad50d3125fa17fe7b87b4c6967f49df2 2,387 1.00/1.00 vMB 136
645,325 645,325 000000000000000000078669223a603fa5e8adde51636d15bd7b8ff6e9b560ea 2,299 1.00/1.00 vMB 98
645,324 645,324 0000000000000000000a4da856541ea188f6c85fa6e489b123d4a8955d3e5d2a 3,026 1.00/1.00 vMB 105
645,323 645,323 0000000000000000000e2b3b6417d0c7fdb0cf608d96dd719bb56f78384d7bb8 2,325 1.00/1.00 vMB 102
645,322 645,322 0000000000000000000c10edc500f8f66cd7bda89be1d33b662e7f88b6e736a8 2,338 1.00/1.00 vMB 94
645,321 645,321 0000000000000000000809bd32fc6476be2fa02d1b7242df8c131efb401c7f23 2,884 1.00/1.00 vMB 115
645,320 645,320 00000000000000000007ed82846b26c2bbbeaaf71c1da35427e145d2cadd3970 2,849 1.00/1.00 vMB 87
645,319 645,319 0000000000000000000db2bb12c783ec79b3a3adbb17861c96d7696fc700bcba 2,959 1.00/1.00 vMB 113
645,318 645,318 0000000000000000000ccb734273f1b0b90dd9ecb4e63e01d40f4a599018f658 2,517 1.00/1.00 vMB 102
645,317 645,317 0000000000000000000398565bf61f95b8b6ba68656e057c111fe70fa2b555d9 2,278 1.00/1.00 vMB 114
645,316 645,316 00000000000000000009adadbbffe04743b5f51116aca17ed3ee2ab183f81a86 2,539 1.00/1.00 vMB 120
645,315 645,315 0000000000000000000211587c4e0d42f86ed07d3005e357bf19d8eee4b115f9 3,000 1.00/1.00 vMB 78
645,314 645,314 00000000000000000001306c159e352980690ed57689f62f6fd24d9a9fa82116 2,289 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.69 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: 687.70 GB
    • Received: 16.49 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.