Loading Tool

Explorer IconExplorer

Memory Pool

73,593 transactions
27.28 vMB
0.06484494 BTC
Random Selection Loading Transactions
Max Size: 166.35/200 MB

Candidate Block

Mining Attempt 5106dc6a76c364dd27d41bd959602e01c183395d8d2e0a380a584d1ace727c43
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root d478c9da0061649d57873ab2dd3c81f09a9257e5709ced92006bdcc45398b2cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 1.00 vMB
Total Fees: 0.00695901 BTC
Feerates: 74.05 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (324,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,232 591,232 00000000000000000000288a9e2ef118de1231e5e03e18d9f757d7945f25c92d 3,149 1.00/1.00 vMB 53
591,231 591,231 000000000000000000004f0e2acbc51d080cc1a744a71caadebd2b178ee475a2 1,659 1.00/1.00 vMB 96
591,230 591,230 00000000000000000010f655f695da6e3b5613af9ea5b1c82d6815d763b7428d 2,048 0.72/1.00 vMB 10
591,229 591,229 0000000000000000001aa0fef47f24970103a98a958d639d61d3c25caa03c1a3 2,752 1.00/1.00 vMB 20
591,228 591,228 00000000000000000004619cb25b9a1af6d0b3be20b798c6b07842ca907a6ff0 2,896 1.00/1.00 vMB 40
591,227 591,227 00000000000000000002023a22ee844b94a304a5553d9a0acc5dc8778cc50df1 2,648 1.00/1.00 vMB 81
591,226 591,226 000000000000000000113167d8395582fb0d344ea2bb27d6be5d783ee2ef718d 1,391 0.71/1.00 vMB 18
591,225 591,225 0000000000000000000c200d1109edccf8372b571782a6adc659f4dfcfff21df 2,550 1.00/1.00 vMB 23
591,224 591,224 000000000000000000129be11504d45ef5d8ff2d662db69d51502990b0f27d79 2,197 1.00/1.00 vMB 20
591,223 591,223 000000000000000000060bd4320a1fd7de1cc2d8904b5a1bb5a29aa73265238f 1,959 1.00/1.00 vMB 28
591,222 591,222 00000000000000000006e378871da530f9a5d6ed268d506d3c419d401e42166d 2,452 1.00/1.00 vMB 47
591,221 591,221 00000000000000000008af42e0b22d58ad328d8da5d813aa01f278b0661668fd 2,023 1.00/1.00 vMB 48
591,220 591,220 0000000000000000000136b4efb7c3af778c2455b34e5cfe062b240e59113950 1,988 1.00/1.00 vMB 43
591,219 591,219 00000000000000000014bdcbd4715462b99381ac71eabaca1ba10d263c0e83bc 2,335 1.00/1.00 vMB 62
591,218 591,218 0000000000000000000112db733b9c05f7837d730bdd50f94661bc4d43102b26 2,747 1.00/1.00 vMB 16
591,217 591,217 0000000000000000000e512608c42dc910949b36358974984e656946f98be2d2 2,451 1.00/1.00 vMB 25
591,216 591,216 000000000000000000153b064694bc0d54b4592d69b67e552c8a12280fbba382 2,557 1.00/1.00 vMB 39
591,215 591,215 00000000000000000004a9e21836eeddcd879df759e264a3c6c7a4ec7510b0d2 2,686 1.00/1.00 vMB 50
591,214 591,214 0000000000000000000f1667d8af0e692480d6ea2c67d6312a3e2290d6937a12 2,917 1.00/1.00 vMB 80
591,213 591,213 0000000000000000001477c82643919661bbb47cf3c6f9a9561021305ead0f83 2,293 1.00/1.00 vMB 47
591,212 591,212 0000000000000000000107ace6444a7530d35006bac5c7fdc23b6d0d526a0b4b 2,366 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.90 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.54 GB
    • Received: 17.39 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.