Memory Pool Memory Pool Refreshing

11,390 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (803,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,362 104,362 000000000001a437a779d56d9fedd526dd238e3805b97feab4d2df29fe257bd1 0.00 MB 3 0
104,361 104,361 0000000000030be37b4202039fdefc88c8931bb9da90a875dd11fd51b5c87ac3 0.00 MB 1 0
104,360 104,360 000000000000d862508c0d59c69512c6ad2a16ecf4cdfbdacd08c269eddc9eb0 0.00 MB 8 0
104,359 104,359 000000000003352532a0b507a06f770d4030455ee22267c35035adb98614d3e7 0.01 MB 21 0
104,358 104,358 0000000000029fb073240e31f333f698d33e377d5db469785f7f8867574325ca 0.00 MB 3 0
104,357 104,357 000000000003146d128582424ad22541d43991215a9d882504a44ef3e3f7083a 0.00 MB 7 364
104,356 104,356 0000000000004744cdf7948f2263e3883a5dcfd3652d7303e4f67d3d375961e0 0.00 MB 6 862
104,355 104,355 000000000000968732a125bce449796bc204e0e6647ed7728e673e7e11601add 0.00 MB 6 0
104,354 104,354 000000000001a32d45d6bdf3ae65e41f76a7ce4d0c8d9894d8f6c88b95ad03a6 0.00 MB 3 0
104,353 104,353 0000000000038ab1259de944f97793ce44d342e4765bf28491e6a99ec10aeb5a 0.00 MB 6 0
104,352 104,352 0000000000012b21724f0baaaaeaa10aeb7197eab1fe933a045195a092195500 0.00 MB 18 0
104,351 104,351 00000000000341f8f78a4a91963dc8d744dc4e534d331c2e4c3bcd7950a6623e 0.00 MB 1 0
104,350 104,350 00000000000050753826a9f16023184c08f3dced00c33664b58703d434019a37 0.00 MB 10 0
104,349 104,349 000000000003136dcd6bb09b3a3c51bc103578daa8639c32d7b04b9b414e284c 0.00 MB 1 0
104,348 104,348 000000000001197e37487abd7289ca9566294589f23fca6addf03ecea29d32a8 0.00 MB 7 0
104,347 104,347 000000000001deb06bd95c807d3fa631bf54ca4df3517dcee3bddeebb138d0ea 0.00 MB 3 0
104,346 104,346 0000000000019c02087c98e4e2ca2c51778ec0d73a20608a2180c7c0683a97b9 0.00 MB 1 0
104,345 104,345 000000000002a18f4cff157e9af2f11ad94b2e9f02e9c7e4b9c15e63047932c1 0.00 MB 7 0
104,344 104,344 00000000000014ed4c036af4aad3e4fb6f04f48d9a44843fb4021c545b1b4a2e 0.00 MB 1 0
104,343 104,343 000000000001c8a88e0d72b7ca81099fb1a943af8a8eda4fbc34410e7ef74a4c 0.01 MB 8 0
104,342 104,342 00000000000007b069f8e609f9e96dab7a8e2e99fe5bc503e398d25e96f82711 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.50 GB sent, 92.91 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.