Memory Pool Memory Pool Refreshing

237 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 240 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (528,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,172 379,172 0000000000000000009ddac41b561392227d044465291d124f65078cd62078dd 0.00 MB 1 0
379,171 379,171 000000000000000007305ee205667fa58b3d7f0188e48b716e382ebaf795bd95 0.00 MB 2 0
379,170 379,170 00000000000000000bf512a14861a2d566d42c3d65aa6ebbf87817d0a70a3905 0.73 MB 1,213 28
379,169 379,169 00000000000000000d60936f7885c4407e0e18a4a9e02bfc97b417d06637f2e0 0.95 MB 394 7
379,168 379,168 00000000000000000b167e56e24de984671e3593c873382dfe1446ce218ed3f2 0.28 MB 546 35
379,167 379,167 0000000000000000062d2db2b4068b80cd92a2bbf1a19e1fdb56235e681264bf 0.75 MB 517 7
379,166 379,166 000000000000000002ed59042e8f67017d040e720bcb0ae92af2dd46983641e9 0.95 MB 1,442 21
379,165 379,165 0000000000000000101cfce4dd211faf0d9600272c88bc444bee8a0e2ca6924b 0.95 MB 2,339 48
379,164 379,164 000000000000000003f8a7406c3075d1d70b5812f1885855b4f7a44628dcbc13 1.00 MB 2,792 73
379,163 379,163 000000000000000002ef676e17ad313442d7ea2caeac5c299ca28548ec33881c 0.55 MB 1,113 37
379,162 379,162 00000000000000000bd9c48340308f5ac877ee62848d2edbdcc0b6809994e2f6 0.68 MB 1,372 35
379,161 379,161 00000000000000000350d677bc34fb1ed60a325c9cbbbceb83e0ab2be543ef3b 0.24 MB 432 53
379,160 379,160 00000000000000000f1d1d51d29aa67edd3e26700f0f31bc991916fd8c51162d 0.56 MB 1,117 35
379,159 379,159 000000000000000008b0f285a44595baf4fb02011e05e7f4316edae0729d88a3 0.52 MB 1,027 31
379,158 379,158 000000000000000000effaf9f36b3e02fd41e0e633fd3d086bd4b4d12aa71aab 0.75 MB 250 2
379,157 379,157 0000000000000000044dd71da9a0eeddbbc979b8fe50f11a7426385cbfda75e6 0.51 MB 977 43
379,156 379,156 00000000000000000ff5ea03c9b9b6f5e88d238024275748c6b131da68d50af7 0.15 MB 255 22
379,155 379,155 00000000000000000aeedd1b6ed8ff5c3a0bbfb4f203712730742f47a2553f6c 0.46 MB 810 31
379,154 379,154 000000000000000003109556554520a54b9c81fc9e31ba4e0f54cf461e2ef160 0.26 MB 414 19
379,153 379,153 0000000000000000071417de796933490914f9f1cc3fdfb4bb203ffa47e58cf1 0.26 MB 273 18
379,152 379,152 000000000000000005c876faebe7a298fef332cb091a8751c466e64772c0b0be 0.75 MB 1,048 25
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.