Memory Pool Memory Pool Refreshing

7,033 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (634,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,266 273,266 000000000000000171358db65334acdd342a8c74e9b3a36b6a1fcc2969d8618e 0.44 MB 716 31
273,265 273,265 0000000000000000d6afcfe0314e5c96e5f18a43dd1b63e21e7ff70ae5345b82 0.25 MB 717 62
273,264 273,264 0000000000000005fa325a546e365f80135bc9f66d4b2af52aa4ebfd1c408247 0.25 MB 446 103
273,263 273,263 00000000000000040495e3634f77ca0709e19edd2280fbf8082b7ed367522f93 0.01 MB 29 82
273,262 273,262 0000000000000003c3365e88465cf9031da411494613e8924161283bd66e5fd3 0.13 MB 263 23
273,261 273,261 00000000000000059ca0efc321f0a8e3639deba404e3a4b2f91975b7f2eeb1cc 0.20 MB 404 44
273,260 273,260 00000000000000038344cef21ca7bf1b5445577d5e80cadd2ccd08ef0c650009 0.03 MB 54 56
273,259 273,259 0000000000000003615ab2661013029c37933b1ff6b8cbaabf871e6fff68a235 0.25 MB 615 75
273,258 273,258 0000000000000005888c0882437f077f4952a249c7edb9bd282f2ed1e46216ac 0.18 MB 171 19
273,257 273,257 000000000000000495de9888eaae2c12ac87c22ab242398dc11931964a2bd97f 0.50 MB 575 20
273,256 273,256 0000000000000001f2ad0645527414ddd37cc6ce1def4864183241eba8fa6ccd 0.50 MB 1,252 88
273,255 273,255 0000000000000003af180d671c293b8b454f0e82c795ce7b7076c29df7d52026 0.25 MB 603 51
273,254 273,254 000000000000000498fe0d6c627c1c507504117899386f30bf45ddcb62aeb125 0.25 MB 695 82
273,253 273,253 000000000000000235b170431e0a39e1ab0a3b9337f9964df4df7057e69b58d7 0.25 MB 510 28
273,252 273,252 000000000000000051fad6508342058f9300485d6a09b93ed7dcbb9b9f603894 0.25 MB 694 86
273,251 273,251 0000000000000002fb596684d9fa0a235dd538dd80c96dea87691f5022863857 0.43 MB 979 64
273,250 273,250 0000000000000005c4734a0081ff7c52ae8e26ac65faa360a9c7d2e93bf2468b 0.08 MB 141 30
273,249 273,249 00000000000000026d263f3b15004123a94f0d5e6154098a06163f5deeca3d5e 0.47 MB 643 21
273,248 273,248 00000000000000041b58f2046df58bd4d10d7ebc25bfd5034b026b8a1f2e0f94 0.50 MB 1,467 293
273,247 273,247 000000000000000371388ba6428c0d294dd68b128d79369f379298185e39f2a9 0.14 MB 357 33
273,246 273,246 00000000000000060c1c06e774c6bb9ae57b62f68d848b2955e0b6568c78e200 0.03 MB 61 49
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.32 GB sent, 94.25 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.