Memory Pool Memory Pool Refreshing

751 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,893 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 738 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (775,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,014 132,014 00000000000011c82d680b19c8816ffc9f6295665d98b73dc232068642ee11e4 0.02 MB 61 282
132,013 132,013 0000000000000a5022366efc939c197f70867ee00e2602c51e5b694c9a47742e 0.02 MB 65 284
132,012 132,012 000000000000044d52069fc5ddbcb85345fa352e88ceacb4e27342417eb96e0a 0.01 MB 37 718
132,011 132,011 000000000000022bc895a75bc7521a26c9e699472151069e14f415989c0acb55 0.02 MB 43 585
132,010 132,010 0000000000000c2064964961befcd6f0c2fa0f2a8cb5ecee29fb1a2d5b895082 0.01 MB 21 1,185
132,009 132,009 000000000000006af5963b926a21d863358077d54e6710e811b7cc6b54d6e42f 0.01 MB 33 22,398
132,008 132,008 00000000000010ca5ab06932ee80cca03c9a5d471303ce837130063592146678 0.00 MB 9 553
132,007 132,007 0000000000000bf81df6c7beeb3fb574bfb26fb4060b3510396dc6a1dfbd84a3 0.00 MB 13 276
132,006 132,006 00000000000007e84954628706b032b10797d29a03491a84ad21f71480f06e3a 0.00 MB 15 1,611
132,005 132,005 00000000000007f141d7676a8d7b2fd974170630cb1d7a1b60e5e63585a9def8 0.01 MB 17 224
132,004 132,004 00000000000006db6e6e828ff96f0a7ee5b0c33cb8563e49f5fce9a8aff5606b 0.02 MB 49 588
132,003 132,003 00000000000008277d31e6c1c4bd0934003333ff16c061394a52a9fc1bceddb5 0.02 MB 23 51
132,002 132,002 000000000000072939bb52eb1d843659d84aa902f2659b5665f81eeb22993f1f 0.02 MB 58 733
132,001 132,001 000000000000029054ecc6a343125f6f526f774c7189caad04bf299124acc2a3 0.01 MB 26 459
132,000 132,000 00000000000000a7a0483857f0d951983ff2834a47c38fdcc22563ac0f8f707b 0.00 MB 15 1,494
131,999 131,999 000000000000025d73d4c391fe9c76072b40e7ac0f62484332b8f7d57be0237e 0.00 MB 7 1,262
131,998 131,998 00000000000004c56bc58a37424b79c28f6b97cf7988082ced51b165cc4ffe53 0.05 MB 163 155
131,997 131,997 000000000000060c631d74547fe0ab596b54440403ce86bba8bf3a405fdf4984 0.04 MB 130 151
131,996 131,996 0000000000000079431dae3e2079e70743f413cb880492aeb6dfab943a941f3d 0.01 MB 15 1,651
131,995 131,995 0000000000000af8cf2267d944c5de65e59ee0f1ea21d530d77976ffaf009544 0.02 MB 47 382
131,994 131,994 00000000000011c2bb1b5ad0bc826f04bfb80013a6653e47920c73efc219c50b 0.00 MB 12 334
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.