Loading Tool

Explorer IconExplorer

Memory Pool

82,641 transactions
30.79 vMB
0.08137043 BTC
Random Selection Loading Transactions
Max Size: 188.76/200 MB

Candidate Block

Mining Attempt 7529d66994c6b455cdb3f59ca12eb1596eaf5dc631821e84331c1abb236af3a1
Version 20000000
Previous Block 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee
Merkle Root 625dc1e5c9fb8e9dada425f81d5a349e4a0fde70a0fb1496291c5d381471f80e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.01235764 BTC
Feerates: 79.55 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,334 (42,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,464 872,464 000000000000000000007e90733c5f81665993961296e6463df4f0594d4aa2ba 533 1.00/1.00 vMB 8
872,463 872,463 00000000000000000002b238579e57c0eebfbfe1b2cb03803aef0c6234dfb5e1 247 1.00/1.00 vMB 7
872,462 872,462 0000000000000000000001632f42bdf60b6c47d7591cfee9d2c654e320150468 3,385 1.00/1.00 vMB 11
872,461 872,461 00000000000000000000702ee67872a580e80fa14890f7262c0ead8c667cfd4f 3,185 1.00/1.00 vMB 11
872,460 872,460 00000000000000000000b5ad513e7d86242490884f7a02ea37e48583165013ff 2,776 1.00/1.00 vMB 10
872,459 872,459 00000000000000000001301b5b7f7112916705c8c1e4b6b9333c268eb0340630 3,194 1.00/1.00 vMB 9
872,458 872,458 00000000000000000001d9e8b4e25e53d49ad51e34f21939ac8b6f7d865a2800 4,037 1.00/1.00 vMB 12
872,457 872,457 00000000000000000000d00ce04b052d1eb5bf4a1e9521a5e91fa27ea69247bc 3,822 1.00/1.00 vMB 13
872,456 872,456 0000000000000000000225faf80ff3e790d52e9f4a115ea832152b39243083ae 2,818 1.00/1.00 vMB 11
872,455 872,455 00000000000000000001771a91d1b5cb81d1c4c395ea15533e25422cf7a0e199 2,854 1.00/1.00 vMB 9
872,454 872,454 000000000000000000012e70f0e9dfc699ab1d1c576172fca4707e3095749c72 3,054 1.00/1.00 vMB 13
872,453 872,453 00000000000000000000a0584dd2b7d0f34e7e4357cd6083480ae481ced7c332 3,479 1.00/1.00 vMB 14
872,452 872,452 0000000000000000000157a98d6c54d4523b5bc2b4f79ef79de04e5669f9e335 1,137 1.00/1.00 vMB 8
872,451 872,451 00000000000000000000b1c6d20ae5cbd07ebad28c656ce02cc72616f494bcde 2,882 1.00/1.00 vMB 14
872,450 872,450 000000000000000000005d5101bafb9975add3c77da69f64f658208ac5671c5a 1,928 1.00/1.00 vMB 13
872,449 872,449 00000000000000000000130182f2284507e7d62a89c6bdaeee74389d0ce3768a 2,742 1.00/1.00 vMB 9
872,448 872,448 00000000000000000000ed61b1c95d77da86fff771ae4da3b7f0143862f3af5a 3,572 1.00/1.00 vMB 17
872,447 872,447 0000000000000000000184b8038b97d2d78b43456db76cbbc9bd9bc730696111 579 1.00/1.00 vMB 8
872,446 872,446 000000000000000000009cae4c6f3f63dc4fe2706277301bce3a094882981b31 2,481 1.00/1.00 vMB 10
872,445 872,445 0000000000000000000134d69e02ab3ad03276c76e110021010d263ed81a213b 2,043 1.00/1.00 vMB 12
872,444 872,444 000000000000000000018ae1d16c1ceab72967b1e7e57adb3faea17fc16e74db 2,269 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.97 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: 715.96 GB
    • Received: 17.76 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.