Memory Pool Memory Pool Refreshing

5,673 transactions
1.75 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,139 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (757,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,868 149,868 00000000000000fd25eec1f27efc1a1e48d77885f2a4dc1a3f3aa2bb4ee57625 0.01 MB 39 89
149,867 149,867 0000000000000322dd222c6b96da7e45e6b0073010f389a15ccca42ef3a97c29 0.02 MB 51 234
149,866 149,866 00000000000002d06189d7da383893a8f88526f206b6def4cb89aa4c7570c8f6 0.00 MB 2 0
149,865 149,865 000000000000017e67115eb59c78137fdc723475a840a04c6e9bf4ac4a11292d 0.01 MB 14 153
149,864 149,864 0000000000000219beee631741937c8b6d123c66bd69835b552ff020c7dba32c 0.02 MB 41 90
149,863 149,863 0000000000000adc47e2ea8e5fbf7a9754d4e2ace96cb6967aa5a06cc62c9ddf 0.00 MB 6 155
149,862 149,862 0000000000000aff9bf3ba4264b858681d8a7621693e438591bcc591b1903397 0.00 MB 10 539
149,861 149,861 00000000000001797e82fa624e9df8dd7e4a111b2542e13235abebebb26fdc8f 0.02 MB 51 78
149,860 149,860 0000000000000508596d207e14a10abb3bd593a7c7a35b8840a4be879a375ce6 0.03 MB 108 115
149,859 149,859 00000000000005a33c1fe236a46f72868e908ccec832586e9c5654559b75aec5 0.02 MB 61 88
149,858 149,858 0000000000000a29a8a874074f38a967d973a2d97787fda185aeb732d46e8866 0.05 MB 47 663
149,857 149,857 0000000000000ad2eea08fe12f3882353dfe36b9c01813216fc603bc9a17729d 0.03 MB 93 50
149,856 149,856 0000000000000899171be8e871dc84aa8a930cfba6af15e2a142c5e3da829322 0.00 MB 11 27
149,855 149,855 0000000000000651885c8d1e35cc225c32d527359ebfb77f9533da2b1b3ba3af 0.00 MB 10 0
149,854 149,854 000000000000000ee1bcee730c7f922cd51da52a88fa4dfa636a83b47f7ac27c 0.00 MB 12 299
149,853 149,853 0000000000000213cb3feff3919b6d63c64746fc793e5e63f442b4b7b6040fb7 0.01 MB 21 315
149,852 149,852 00000000000008250d4c192b7eaaaa65c224c1705b3b095f364b17aa904b88a1 0.00 MB 9 43
149,851 149,851 00000000000000579dad2d16c264615b1437742ade2d6beb07018e7b141c6ea5 0.00 MB 7 64
149,850 149,850 0000000000000176c9885bbf56747e174dff37bb445f73ae338cf6212c9d41b8 0.01 MB 21 67
149,849 149,849 000000000000005be589dbbf18e88253622baa9f501ed4fd017ae15a5b7e116a 0.02 MB 36 78
149,848 149,848 0000000000000a0e3f51f158291bf760fbf49e8699ea06b6e7972ba06a07bad1 0.00 MB 12 52
Previous 10 blocks ↓
Total Size: 769.24 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.08 GB sent, 94.15 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.