Memory Pool Memory Pool Refreshing

695 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (324,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
583,294 583,294 000000000000000000018b7ba728c3b71b50e46964d0728451cbf1d02663f436 1.24 MB 2,107 87
583,293 583,293 00000000000000000015f726f8ba067d5b3ca47d6867088d728c58f355f8fca0 1.29 MB 1,995 105
583,292 583,292 00000000000000000019f0ff703f367722560b03f0864bf24ffd82658815dc6f 1.23 MB 2,665 80
583,291 583,291 00000000000000000017a7714595e30e1fd70391ad50e47dff046cb60e5a8ff8 1.29 MB 3,041 85
583,290 583,290 0000000000000000000b541eab2bbbd687b3fd7c07eb8aeb1c0c6e5aa117ace8 1.18 MB 2,034 71
583,289 583,289 000000000000000000142b81cff208c04c2cee3657364a0172b4dad946c15cde 1.20 MB 1,728 93
583,288 583,288 0000000000000000000c616ac93794a3aa61ea41edfb374267eb2f124959f06a 1.23 MB 2,246 78
583,287 583,287 00000000000000000001d30a911e21aec748e4d13c4627c1d8f4318f7d4b5b43 1.31 MB 2,595 97
583,286 583,286 00000000000000000000970b0dbaf769bbf9d4cceecef80a91cd894a43fd4336 1.24 MB 2,422 127
583,285 583,285 000000000000000000204a1acbe573f472c5242f5e87a8b1cd6c638b156db667 1.19 MB 2,463 96
583,284 583,284 0000000000000000000cc760b44cfadbf18da12e9ac0fd3fa9ca9230f079a45b 1.32 MB 2,437 128
583,283 583,283 000000000000000000189f4bd16a382286684f9ca6b3bdad54bb898c2f8aae19 1.42 MB 1,889 136
583,282 583,282 000000000000000000145a66fdd9b9191e9859f316ed6647ceced0a0f17ead4c 1.21 MB 2,956 161
583,281 583,281 00000000000000000005a0b1294ada5ea06187eef921b40f9d00ac1262231a43 1.29 MB 2,335 77
583,280 583,280 000000000000000000143bf09114a8f91e755f1517f359f41895383157d36a9d 1.30 MB 2,462 139
583,279 583,279 0000000000000000000a855bbb2d74db1faea5df073f0611b41b026d705c0add 1.22 MB 2,489 97
583,278 583,278 000000000000000000219ad1e16f806732fdb32e920df988bc4399b8d6008b1c 1.25 MB 3,008 76
583,277 583,277 00000000000000000019e900844753953074ba4643d9cc2d2b47a4430c768d2a 1.35 MB 2,581 108
583,276 583,276 0000000000000000002062b26a7da85f426041a2d9ed91fed29948e60bc927e4 1.31 MB 2,617 124
583,275 583,275 000000000000000000015f14581adac73216661693b7918b00f637bbefb498d5 1.28 MB 2,223 124
583,274 583,274 00000000000000000013a0a740810268ad595bcf49dd784a1c7b284c68364423 1.08 MB 2,636 44
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.76 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.