Loading Tool

Explorer IconExplorer

Memory Pool

73,325 transactions
27.09 vMB
0.06172093 BTC
Random Selection Loading Transactions
Max Size: 165.46/200 MB

Candidate Block

Mining Attempt fc00b2b41cb0a33e4557d61d0113dfaf7571a378c4354719e6654ab9955eadb3
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root d073b325bd9b5ddba617b1f032f56e7035fd2678bbbe6a3472f23a98429f710c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.00436737 BTC
Feerates: 40.21 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (480,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
435,259 435,259 0000000000000000012f7b99099d2fea3844054320f7e8c0bbcfbedbe0900a4d 2,319 1.00/1.00 vMB 60
435,258 435,258 00000000000000000205e89865307156f163ba4ef2f7c68f0d02a9283be1c0af 2,093 1.00/1.00 vMB 99
435,257 435,257 0000000000000000019c88d9a14a0bda1e5181c356d9a69fe2f44724e3b1114a 2,393 1.00/1.00 vMB 64
435,256 435,256 00000000000000000099c5f7f10d44ad31b9b29f3cbe88431110ca7c1caea95c 2,557 1.00/1.00 vMB 70
435,255 435,255 000000000000000002cdd84d7cfe24f748bc48982e60311416108b2ca6d9c381 2,397 1.00/1.00 vMB 71
435,254 435,254 00000000000000000367ae2adacacccd1247196031a01d7de5d8a4a0571ffd77 315 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.