Memory Pool Memory Pool Refreshing

5,276 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (163,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,244 744,244 00000000000000000001345c8023d0193a6976f33162e2ed76cb71eb0db52c6b 1.31 MB 768 7
744,243 744,243 00000000000000000000fdfbe3d0b734c9c574f18eeede53cef0984b61649461 1.25 MB 1,593 14
744,242 744,242 00000000000000000007efb1de8160a8d63e606bdff36e82932dc60528131217 0.01 MB 37 18
744,241 744,241 00000000000000000001d70db2b725746858c484c023051737b97aebc81e30cb 0.62 MB 1,263 14
744,240 744,240 000000000000000000086366ef16f99a3ee2438cdbfd3331b5f29999c1086073 1.41 MB 1,404 8
744,239 744,239 0000000000000000000855d3a9ce606a3358f73a7d5761329faa4d8d087512dd 1.68 MB 1,495 8
744,238 744,238 000000000000000000086060e4faf46c535c21e5a40d5829c7157876847ca0ac 1.60 MB 2,324 17
744,237 744,237 000000000000000000097f328979c32d014ef53ca73b05f34d88117637091928 1.27 MB 792 4
744,236 744,236 00000000000000000004f0568600d9c71fb747c63e40877f8eb7f559a6126331 1.43 MB 1,497 7
744,235 744,235 000000000000000000098521aad54ce38b34e381f10531a5ee94a72e24a0c155 1.33 MB 1,963 21
744,234 744,234 00000000000000000009440d79abefcbd15c8d2866e2fd8dcb0ca0bd9579e422 1.31 MB 1,957 34
744,233 744,233 00000000000000000007141e9c358dbb129eb04e994fd9f9c19f75743c331b9d 0.40 MB 512 12
744,232 744,232 00000000000000000006704038e7d23f6700b00d8c01a2d6cbbd60112a4a2c5c 1.01 MB 1,096 15
744,231 744,231 000000000000000000009edc2034d455601b5e19c11bd4c42857678f15e8e1a4 0.92 MB 1,828 18
744,230 744,230 00000000000000000004527dfa770c1d3084c4f017c563788b0659ac7c8b95cb 0.96 MB 784 14
744,229 744,229 000000000000000000030d8df53cecbe9f137fc8bb453150fc0300352759ef5f 0.67 MB 849 16
744,228 744,228 00000000000000000002633a914ece16a6260a11e53ffa0cab518a9d21e51343 1.04 MB 1,083 7
744,227 744,227 000000000000000000085e2cba9e001c8b81d553eabc69ea75b235459ca5af89 1.60 MB 1,759 22
744,226 744,226 00000000000000000002751ffc709ff43f1e34fcb56b48b08fd75160c866d316 0.23 MB 380 19
744,225 744,225 0000000000000000000184ccceafa6be753d08f9def029fe4ae1a4b62bb6a53a 0.89 MB 1,065 10
744,224 744,224 000000000000000000095f0c3beeb0d846ffa45aa58e97c5dddf91ecd770e09c 1.87 MB 1,292 7
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.