Memory Pool Memory Pool Refreshing

2,920 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,958 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,436 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,396 907,396 00000000000000000000fa03bd18ae9f58e209640891a4877783416063ad0fdb 1.59 MB 4,025 3
907,395 907,395 00000000000000000000c92d9b4392683b9d7ddff65d41dcd7a56b47a19a655a 1.76 MB 2,668 1
907,394 907,394 00000000000000000001e47526eb514743e438da89c2446655176c4045766131 1.65 MB 2,591 1
907,393 907,393 00000000000000000000b3821bb8147678379e9fe3e89ab7ca4cca61a20001bb 1.86 MB 2,701 2
907,392 907,392 00000000000000000001ce3b801293749d07ac0f27d544680bb35823994f6160 1.60 MB 3,334 3
907,391 907,391 00000000000000000001a2e60e0f852d2bd1329eeb5985c01d63acf7275dff70 1.80 MB 2,749 6
907,390 907,390 00000000000000000000b35d6f2a4dbbeb912a5870e973563a532c014964322b 1.63 MB 3,778 4
907,389 907,389 00000000000000000000d346a88cae17b2db0c8113be613a8213a23ac8292707 1.59 MB 3,364 2
907,388 907,388 00000000000000000001c69fd56403aa05ce64c9a869817e938daf703f0105fa 1.70 MB 4,120 5
907,387 907,387 00000000000000000002145a327e0fe43c9c0bff3d4142bf141aeb1c3489cc2a 1.64 MB 3,736 2
907,386 907,386 00000000000000000001d116b6865c57d136a84846d4f793e9ad3f844ac8b62f 1.69 MB 3,608 3
907,385 907,385 000000000000000000023057dad5ac4468cf96f708f5e2b8c8f3936f4b642fcb 1.72 MB 3,312 2
907,384 907,384 00000000000000000000e315ac2f67733169c8781a32d60ffe75724b597c5e08 1.79 MB 4,383 3
907,383 907,383 0000000000000000000050b8446a2b0e76cd37563a2fe1718526ba6b6c445e8f 1.58 MB 3,304 4
907,382 907,382 0000000000000000000093f94064c653b3e724d0e71bc25879203b9f1e3629f7 1.71 MB 3,844 3
907,381 907,381 000000000000000000001876dbfaeabcf5fb5299d8bf692c8425f38b94ca7123 1.59 MB 3,617 5
907,380 907,380 00000000000000000001d84af98239b02a97be3501c8a154492bf268b545f106 1.60 MB 3,448 1
907,379 907,379 00000000000000000000d89a5d84b35d0879e37b511044fbe009b4c140e9c7d0 1.64 MB 3,627 5
907,378 907,378 0000000000000000000167aa52aa2b35765c1963b54c5bba594ef8fa34876ab1 1.68 MB 4,037 1
907,377 907,377 000000000000000000012c2a5da61ba91bf738b88b858f6e3cd2dcf443e5026a 1.81 MB 5,088 0
907,376 907,376 0000000000000000000211aa717776e9df95e3861983d0729f00666d8fe71006 1.70 MB 4,118 1
Previous 10 blocks ↓
Total Size: 769.47 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,646.24 GB sent, 95.28 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.