Loading Tool

Explorer IconExplorer

Memory Pool

74,947 transactions
28.81 vMB
0.08542427 BTC
Random Selection Loading Transactions
Max Size: 170.62/200 MB

Candidate Block

Mining Attempt 7415f138924e0c6a05fb756d8c80ec47d8b232eb16169a5827d7858e8b76f1a6
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 39c3a79207aafbfab07462a70f6e8581c5b72b7c04d18bbc88eb97f714045cde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.02636507 BTC
Feerates: 150.93 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (158,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,156 756,156 0000000000000000000686de61e5fadc26c67aa89e269e1aa5005ac297843b48 1,085 0.60/1.00 vMB 3
756,155 756,155 00000000000000000004c17db707625d1ebb5731712dbf63ec62ccd2dda05dc0 2,115 1.00/1.00 vMB 13
756,154 756,154 0000000000000000000532e4e30e58de0e8f458626feb1f6fdcc75e7486ea9da 1,148 1.00/1.00 vMB 13
756,153 756,153 00000000000000000007bbba75a0fbda0621610799618c7a7d28a14995f1b836 1,448 0.51/1.00 vMB 12
756,152 756,152 00000000000000000003766a94b9e96934a80f8809aca1b69eea1d5609e03f32 360 0.12/1.00 vMB 12
756,151 756,151 00000000000000000003728c4fa88b24623ecfc3b051fbd38d069a64cb4a4cfb 1,219 0.36/1.00 vMB 11
756,150 756,150 000000000000000000051a3faa2d7c5ebd6e4fc303d6366331fdab964d65d9cb 257 0.11/1.00 vMB 8
756,149 756,149 00000000000000000005d2721b337a58cea44a6a96b8eb4a3f687942125a708b 1,797 0.56/1.00 vMB 12
756,148 756,148 00000000000000000002690a6c6c48622f241acf20c4f406c1785a2f74a3601f 632 0.26/1.00 vMB 9
756,147 756,147 0000000000000000000334fb7e2859bdf55ad32120700889d5ce5ae41afec2a6 626 0.24/1.00 vMB 12
756,146 756,146 000000000000000000074d70785bfe102667ea7fcc762c2cc315b5837a6bfd0c 418 0.30/1.00 vMB 5
756,145 756,145 00000000000000000002c640c2ab49888430642c1f51985c2fa62c94fb61c3df 36 0.02/1.00 vMB 6
756,144 756,144 000000000000000000063c7e5709e2b834e289ece3ff608c589c49cdb33d1af3 1,952 0.90/1.00 vMB 10
756,143 756,143 00000000000000000000cebfe2e4781afc3ce9325a3a2744ce5c661b53978f75 1,357 0.59/1.00 vMB 10
756,142 756,142 000000000000000000073d9aee54a6a5b646ae5f1ca5f9caffb5458663db2ca5 40 0.01/1.00 vMB 7
756,141 756,141 00000000000000000004393a7ac10467e73641d196925117d10292f219a545b1 1,018 0.40/1.00 vMB 12
756,140 756,140 0000000000000000000392f6844175db7d4d55bb10f3b6555e968fe50880f0cc 1,539 0.97/1.00 vMB 2
756,139 756,139 00000000000000000003e01b2561d0f1423bfa04cbaf71981fde831a0b2ad095 1,773 1.00/1.00 vMB 13
756,138 756,138 000000000000000000061c199c4bb0577de8baa6089dc76421b0eae0c1de886d 1,221 1.00/1.00 vMB 13
756,137 756,137 00000000000000000000b2d47bc9f3bdd80438af07473efbc6877931cc9cc72c 1,573 1.00/1.00 vMB 17
756,136 756,136 00000000000000000002acf585b1863851e42534cf28fcd53685c26f9c2c9389 1,724 0.92/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.