Memory Pool Memory Pool Refreshing

5,029 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,721 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (440,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,017 467,017 000000000000000001e1e100ca50cb2b593a86c4e81b8ead3dd1f23fdf7fc581 1.00 MB 2,293 355
467,016 467,016 000000000000000001a15dadcdf012d763b10997e0eb08dc3937c48a873b15a3 1.00 MB 2,630 452
467,015 467,015 0000000000000000004682c20a2116637be5ab518c1db00e92016a14babeb254 1.00 MB 2,267 364
467,014 467,014 000000000000000000c9b29ec528f36aec1020eda7108878a4430d21ba2e4ef6 1.00 MB 1,261 229
467,013 467,013 0000000000000000018c8278b749f2015ebfaf6ab802ae8073a19c8c1e036ee7 1.00 MB 2,267 291
467,012 467,012 0000000000000000011ef0c6d21e0122efd7c5e4ed444bcce5cc48bd8e3366fd 1.00 MB 1,036 237
467,011 467,011 000000000000000000df43fd74e6d6d8d52279f6ebc3b31d1cbcadefeace0453 1.00 MB 2,053 365
467,010 467,010 00000000000000000107d751410a7a63f29aae5a8d3cb274d61590379a40d50f 1.00 MB 2,027 234
467,009 467,009 000000000000000000debea2e5c9e78a84d549e6146c67b995e342c1d452ae5b 1.00 MB 1,586 327
467,008 467,008 000000000000000000f424f4852283af7b77d2f8909eac11f9be803204ced9e0 1.00 MB 2,306 343
467,007 467,007 000000000000000001ef5aeaba77cf65b6f7352db682d2a5b2289f04655f24ef 1.00 MB 2,047 272
467,006 467,006 0000000000000000007674845ce2599b3f669762c00336e6cfaa303857bd9045 1.00 MB 2,447 368
467,005 467,005 000000000000000000bf7b2475e8a2ddb6b9060348dd7cde8aa86b6e0cf91b36 1.00 MB 2,036 253
467,004 467,004 0000000000000000012a9ba630f9511839a77e8b3be2a74806f68b5ebc9f344b 1.00 MB 2,138 295
467,003 467,003 0000000000000000009d07703962bb82046c8afe5fd38a730b207b16aef28aad 1.00 MB 2,304 278
467,002 467,002 0000000000000000018f4b339397632a7f8a3ad0af919561b818e00ade631d0a 1.00 MB 2,126 324
467,001 467,001 000000000000000001d58b32783aebe8410ed1ca59dc7f45ed5d618386d997c0 1.00 MB 2,118 411
467,000 467,000 00000000000000000121c3038bfc464e9e6d9d486fa98c70362650a487d2e9ec 1.00 MB 2,228 304
466,999 466,999 000000000000000000f00932ca332937f23ea09040ab7294d3add488336a1359 1.00 MB 2,152 410
466,998 466,998 000000000000000001cd6682a9a9e2a871812928a1aebb6d40e23a6e974aeac0 1.00 MB 2,258 353
466,997 466,997 000000000000000001b69f18925d687c9d0db069bf7aa200e873bbef992bccf9 1.00 MB 2,427 260
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.