Memory Pool Memory Pool Refreshing

2,188 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,168 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (628,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,135 279,135 000000000000000065a7657124209ef2ba52f3a3ac3db0c4584353127375580f 0.50 MB 1,380 41
279,134 279,134 0000000000000002ba1b313ef87e2de366c2be39f3ef1f2f3e787cf568c9da30 0.03 MB 109 282
279,133 279,133 0000000000000000953436c3e9a29e8fa5d8bfcdbc8a694115b44b95e77a2817 0.03 MB 68 73
279,132 279,132 0000000000000001e69b9c1a007028c6afad040202053169ebc46cd1bc828d51 0.25 MB 787 84
279,131 279,131 0000000000000001410a2a3143e84dc129ca075bae74a66833ced2c40aedc462 0.25 MB 312 26
279,130 279,130 0000000000000001c481f24e8b3afce68ece38d5b6318a6017fb851384ab99be 0.25 MB 272 18
279,129 279,129 0000000000000002bc2c5c0bae5c2d66e22d7f2e37cdd2bd36dd4ce8c65b6666 0.25 MB 409 31
279,128 279,128 00000000000000013aa5438aac7a3284119a268fb942bfb0e3ec9696f3146d1d 0.25 MB 703 43
279,127 279,127 00000000000000025480320c6c44d17b893ea7125927fc344c9da54d4cde5912 0.03 MB 90 247
279,126 279,126 00000000000000026fb082d7b7bf082c3e3f26e4778613a964a00783452c572a 0.25 MB 403 21
279,125 279,125 00000000000000009de0d9ae9d2284a6e5d71d2fa558673d4f450a7436121af1 0.25 MB 601 39
279,124 279,124 0000000000000001bc0bd86a20f65c0582e48349b6721218210b4a89732cd9d3 0.25 MB 722 70
279,123 279,123 00000000000000021b8d6f17afa94f73c0c2d4922064e377bcb09558cab007ea 0.25 MB 692 65
279,122 279,122 00000000000000008e5adea7060a87ec39cad44b741b2b003e10187b2b246fb5 0.25 MB 656 40
279,121 279,121 0000000000000001eb2be68dd97aa086d517d9b925e818426516e76ca06f16e0 0.25 MB 835 75
279,120 279,120 00000000000000013f391a440399bdf0ed5b3ce53f69b645c1f9c5a38b068527 0.03 MB 114 374
279,119 279,119 0000000000000002253aeebb49c4327945c5feec1cb9216b39064114ccf74b16 0.48 MB 611 33
279,118 279,118 00000000000000007ab3c02a996089b26d0aeb38df5c29200a98761d024077c6 0.35 MB 845 39
279,117 279,117 0000000000000000e4e1a490b6adf643f28f26a0ff7f3dfe87c54fff4eafdd43 0.03 MB 84 168
279,116 279,116 00000000000000024a5ebba42a090973ae1bafc0abacfc58eab13ed6de76b6d2 0.25 MB 770 62
279,115 279,115 0000000000000002c201fdfcdd8d6dcacf3023f3f1c19bf32906d30125a2878b 0.25 MB 602 61
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.