Loading Tool

Explorer IconExplorer

Memory Pool

77,893 transactions
30.05 vMB
0.11277336 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt 0eabb9d88772fe321896e2d00602969489b5c4a61457e90e1bc3b9bd3c8826e3
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root b7f19b60065eb36908527b814afccf2a73c87d4caa9e7d84dcec7a4cccc5688a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,325
Size: 1.00 vMB
Total Fees: 0.02748294 BTC
Feerates: 107.93 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (479,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,280 435,280 0000000000000000029752ada4567b75e350e054a64547f645bdfa2cb4968aa4 1,922 0.93/1.00 vMB 51
435,279 435,279 000000000000000002a52a35a2f9ed1eb47725af605d8ef5ab8e186cc3fa2b05 2,639 0.99/1.00 vMB 66
435,278 435,278 000000000000000003ee897c42692f63953a97e2efd24e10de2996a9c86ec306 2,471 1.00/1.00 vMB 87
435,277 435,277 000000000000000000c98ee4f0a616f60b7b69512372316bfe54943ca54f6089 2,093 1.00/1.00 vMB 51
435,276 435,276 000000000000000001fd6692be1d7e42c5cac37472f663f681d0a22efbcbb019 2,673 1.00/1.00 vMB 70
435,275 435,275 000000000000000002ab679bbff43f116202f93a3eaea3104213e81a3549a01a 2,737 1.00/1.00 vMB 82
435,274 435,274 000000000000000002364af4ae1fbd500600f89674c1d377834a0e62d7a7ecd0 1,972 0.86/1.00 vMB 60
435,273 435,273 000000000000000001adaf4e9ae9081d6ba642c99dae490f5d379f55fb2be5f6 1,862 0.98/1.00 vMB 51
435,272 435,272 000000000000000002650233f2bba9920204ad2afe89946652863fa3164580e3 1,871 1.00/1.00 vMB 66
435,271 435,271 0000000000000000001289c3af748e292a126486bc2c34aceea3f4e31c55192f 1,573 1.00/1.00 vMB 43
435,270 435,270 00000000000000000003d3cc56cef36fef62daca25ac7073920e35006fc81453 2,660 1.00/1.00 vMB 68
435,269 435,269 000000000000000003378ae903e53b4ec24664905b1a3854bec16e5e2bc1d299 2,903 1.00/1.00 vMB 88
435,268 435,268 0000000000000000008fd34f1c432f33b38579e98fa989c085a8946e597673f4 1,450 0.63/1.00 vMB 64
435,267 435,267 000000000000000003a1ccce40be9fbe64b3891ff759d8e9a4ae3cd8f930f0cf 2,723 1.00/1.00 vMB 70
435,266 435,266 000000000000000000210e5d83ae553e40d5b692719325bff4405bfed6e5b986 842 0.43/1.00 vMB 59
435,265 435,265 00000000000000000283ea9d4acb885bd689abfe2c3771e8b52ecbbd5e8dcc0a 1,928 0.99/1.00 vMB 50
435,264 435,264 000000000000000001c7eca758bd3d846ffa94db6fb73957f2a733d19bcc26e4 1,737 0.71/1.00 vMB 63
435,263 435,263 00000000000000000300ce74d16ae56321c11d2e8aa107a7e22cf84ff723a6fb 2,263 1.00/1.00 vMB 58
435,262 435,262 000000000000000002d6c56f3900dd78ea9643d8a8771cd2357e7f883fb3580a 1,461 1.00/1.00 vMB 43
435,261 435,261 000000000000000000e1cf63bdd00072a7c3dbf5cf8d5505a70d5c7267dc56bd 2,330 1.00/1.00 vMB 67
435,260 435,260 0000000000000000034b14f95eb3b7d03b66a0e2442f6ec9a81df26c3c350d5a 2,690 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.30 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.