Memory Pool Memory Pool Refreshing

7,828 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,866 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (782,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,811 124,811 0000000000000c2d48b0496ec4d7c7589bff32cb768340b6187de135270409b3 0.00 MB 6 0
124,810 124,810 0000000000002d38a04d5455ace0ada5a1cb1018c257bba0f0d68927ac191710 0.00 MB 9 599
124,809 124,809 00000000000028248637b2f3ca7b4f197fdf1d53294c2c9321559e6b891b2be1 0.00 MB 11 0
124,808 124,808 00000000000014700ceec7403d642f998d3873d653faa756b7aa20c0f824e8ad 0.00 MB 6 338
124,807 124,807 000000000000616ffcf73816af6cc82d28dedf00cd168af0f40a499d6d320528 0.00 MB 11 771
124,806 124,806 0000000000005a33c41fa455ce2805c8aa9ced7a888e3eeb2bd3e5a4c9037061 0.02 MB 18 1,160
124,805 124,805 0000000000001561d1754c2ee61fd34c6b07ebd935bef071544484e1c835001a 0.01 MB 7 0
124,804 124,804 00000000000032d0c46da3f56672d15194c6a182d94ef321f49798f5929239cf 0.00 MB 15 524
124,803 124,803 0000000000005cfb185acc5bf403e9eb83531b951685c239bf5ac7af65b8f2ad 0.02 MB 53 547
124,802 124,802 0000000000004d3c0e7a8c5a09300379add84ea440f74f18f7b80e7b1a5aaf0f 0.01 MB 12 635
124,801 124,801 000000000000125b8ff07b1f7cbece74542e38ce4ba570e809c4a73f1a0cf8aa 0.02 MB 22 962
124,800 124,800 000000000000126ff19d623fb898f15db39a62d2122f10d3c42eae7732445cfa 0.00 MB 12 0
124,799 124,799 0000000000003fb073ca246ed6f947ae1a5796820498077a87e980e46ddb71e9 0.01 MB 9 727
124,798 124,798 0000000000003bc46de300c1388f00de04b68e3f98159bdc6c361215797d0a4b 0.01 MB 29 941
124,797 124,797 0000000000003b9e5fb2d879727df9044822fb4bc20b5dac63df33be0c64aa77 0.00 MB 11 993
124,796 124,796 0000000000000aec880cebbcb14562ee39b03855a713e02ddcdba04cbf44c2cf 0.00 MB 10 1,268
124,795 124,795 000000000000014004ba6606a31239f15192fdec236326f7a948241e221ce6a3 0.00 MB 11 551
124,794 124,794 00000000000055ea18fdf346e81ea9521ccaa70d12d9923b08e36eab9de1bea0 0.00 MB 12 334
124,793 124,793 0000000000003690ab9717d3d32012555d3a362118ee313787f423a058bb0e85 0.01 MB 25 1,153
124,792 124,792 00000000000054da696ae7a79caedee8a597b4d539c854c62b195203e7afe328 0.00 MB 7 308
124,791 124,791 00000000000003aad2baa316330cb9604aec2e93c651e66ac85d7ba3eaef1247 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.