Memory Pool Memory Pool Refreshing

3,157 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (769,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,385 138,385 00000000000008037b59b5b10e5ba50857cf64c9e83d51e9781236429270a55a 0.01 MB 27 37
138,384 138,384 00000000000007974dafbf2c9597049ab4cf44cbf7d425d851af58e52517612e 0.01 MB 29 381
138,383 138,383 0000000000000053a0b776431186d5e031a57a4ce380afc7560ed8e1ab3ba679 0.03 MB 85 143
138,382 138,382 000000000000090e5f40bcb2250fc5dfb4a6c883026181be85645c7429a41fca 0.04 MB 40 181
138,381 138,381 000000000000069a5c41dea19152eed5037d192140a460149b5bdd2d8fa42161 0.03 MB 74 184
138,380 138,380 00000000000009340306d594f9167304639ca303a67c448b02fcc4fb822d055c 0.01 MB 9 57
138,379 138,379 0000000000000834ad32abb36c241b60910f08447b4c6a2b0b42102959c1cdf7 0.01 MB 21 332
138,378 138,378 000000000000057451a642ac7acdaddddaf96efebfc14aac83f224859662ec05 0.00 MB 8 542
138,377 138,377 0000000000000053a550d5e647c01195db5fb4cfb4a9413144157260ec584e85 0.01 MB 22 59
138,376 138,376 000000000000015b5cceb4ac481c081b4d600a82bdedaef010637e32e186b785 0.02 MB 17 346
138,375 138,375 00000000000001e3085152955178e3ef4c62b25bde348c92018e8f90aca4bb98 0.02 MB 75 36
138,374 138,374 00000000000000e74452bd7e32c27c55eb19c90c6a4e4605cd4a30abb8783b32 0.02 MB 46 349
138,373 138,373 00000000000005039f6bf5c66372506309fe775589860f9cdaf374ad2462c457 0.00 MB 12 0
138,372 138,372 000000000000025897ef3dfb4d83b9f34e2a050283899d79ce13d0cdb0127078 0.00 MB 16 71
138,371 138,371 00000000000006a0ae1a8cc5ebc2c0e60b2ba71b120c28d09e0c8b1ff05b38c1 0.06 MB 120 233
138,370 138,370 0000000000000624ff59bd7590c997ea6676c73e4909a608e910ef79f949cb7a 0.00 MB 13 66
138,369 138,369 00000000000005ffcd8b3200235d0a553dff3cef9c3ea5ab4cc55020e1ae9bd5 0.03 MB 121 1
138,368 138,368 00000000000000693f211929b07cceaacb45009a3f42e45005d93ba2d0116e74 0.03 MB 67 172
138,367 138,367 000000000000033933da37384b42b9c403b1703d0433fabd1264e348dbb53bf2 0.03 MB 52 187
138,366 138,366 000000000000000b227f09ddb659823cceb0c2f4798a92e409a651375034631a 0.03 MB 57 43
138,365 138,365 000000000000039f7bcd7f6c75e8f9cefe762ec4fadc679e2e8d5ece241bdba8 0.06 MB 127 183
Previous 10 blocks ↓
Total Size: 769.39 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,644.44 GB sent, 94.93 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.