Memory Pool Memory Pool Refreshing

4,467 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (564,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,464 343,464 000000000000000006a929641e831b4725049d986606fae4b9d7705357136d60 0.25 MB 400 25
343,463 343,463 000000000000000008a47b6a130347bc7e81964a277d210e8b9bfbe608a10cc7 0.25 MB 333 21
343,462 343,462 00000000000000000a209388b850c1361f9b84dd98d6471418583e0d63d6bc0f 0.00 MB 1 0
343,461 343,461 00000000000000000937eac5488458081fb7b137b57efd7e8dab1f07a7a88df7 0.03 MB 71 26
343,460 343,460 0000000000000000010153c9e3c5a3f0403a1be5dddfbbd1aa2e1ce158d06b7b 0.19 MB 310 18
343,459 343,459 000000000000000015e6fcaae095393c67ad5c53188732d22b3c1ca3ff70f983 0.45 MB 618 18
343,458 343,458 0000000000000000057b32f17a2d8b731c29c936fadcbab4886df2f32f9ef291 0.16 MB 419 41
343,457 343,457 000000000000000015e09e0b513968744bcd42bbd4487a350f201fb66a859938 0.70 MB 941 21
343,456 343,456 000000000000000012cb3f69855c6a7e5f3301b145d7aecb039f050cd4c50b18 0.75 MB 1,407 25
343,455 343,455 0000000000000000109cb5b833b0801f665d493567c9b8c558bfa48e4b639881 0.15 MB 179 13
343,454 343,454 000000000000000004151fe42cc5246e10a846ad3392621088889b5c3bb3702b 0.34 MB 492 23
343,453 343,453 0000000000000000027bbe1fae82e0f6d80e8898230451cf217430a0a7dfaa2b 0.61 MB 880 19
343,452 343,452 00000000000000000bcd1767654c5e859ed986ac37cbd5b18a80145dbdb279ca 0.19 MB 288 19
343,451 343,451 000000000000000000b99d8c145fa73a936c4f931e6381f2b59fe7254c4b34db 0.32 MB 414 17
343,450 343,450 000000000000000010ba9c670a94e6154ca214c44ff4e028458cb33787482375 0.34 MB 514 19
343,449 343,449 000000000000000016bb93dec2f3ac109847573133b4690a44e9260d5b8b498b 0.44 MB 670 23
343,448 343,448 000000000000000017fbe4cb0ea916198fbd2d29e4b672f4729287de2db03c30 0.88 MB 1,310 22
343,447 343,447 00000000000000000adeff7ad6d1d7b7dfe3739505298e174fea3db7572be5d6 0.09 MB 128 14
343,446 343,446 00000000000000000e2b721d7536cfe341f4bd659a0241a1a34f58ed486a2622 0.04 MB 58 5
343,445 343,445 00000000000000000363d283c0ae819dcfad0be212aebc717361bd8674a15e06 0.25 MB 291 18
343,444 343,444 00000000000000000ec4114089d3a7df99c84e3fbaf1d196de8a4fe9fb62f5af 0.43 MB 771 24
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.