Memory Pool Memory Pool Refreshing

9,735 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (579,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,173 328,173 00000000000000000684f5ae88b99357096b60e4b73fe11c03b33b132b948aac 0.05 MB 59 24
328,172 328,172 000000000000000012cb828252b3a37694d2eb512843ee49536199effedaaca5 0.30 MB 512 30
328,171 328,171 00000000000000000a608d105a003c5a5868a962cd738cc406f82b261f9d1360 0.22 MB 338 28
328,170 328,170 00000000000000000ace21147febf9a23a67da4910078c65933c1d0ba7826c94 0.09 MB 144 17
328,169 328,169 0000000000000000102804a66bd901866664d8c94347a7f6924bf74e95fb4568 0.13 MB 165 24
328,168 328,168 0000000000000000060c3a0fffda69b6f4a4a38638365823b5c795b721ebb9af 0.48 MB 871 26
328,167 328,167 00000000000000000a459b6bdac962f47e914b55696b321f3149090c3df53f41 0.16 MB 265 27
328,166 328,166 000000000000000007bafb66963aadcbc182698adf6b4eedeb9b1b042b57725f 0.51 MB 854 30
328,165 328,165 00000000000000000f7deb179bf5910cddd333bae4cb9a13d95c19b54d956b26 0.00 MB 16 41
328,164 328,164 0000000000000000000cdef8165519f669d20873e168d308238e8c17a665474c 0.31 MB 400 22
328,163 328,163 000000000000000013d77f0b42b431e1ee2dde543e037530c95233d1bda03e44 0.37 MB 742 29
328,162 328,162 00000000000000001498f5cefeb7de15c2f718beb81671f10bd2d04bb53d6c5c 0.02 MB 64 27
328,161 328,161 00000000000000000caf765a7d5118f608a5434a13634c57e99fb6ca0f48f8d8 0.11 MB 241 38
328,160 328,160 000000000000000000349eeee4633c5e8702a3066aee0dc6d3c5a5bd82a685dd 0.01 MB 44 30
328,159 328,159 00000000000000000df4bf6c56d6d514b46744f581269ced7ca4d29126892878 0.61 MB 530 17
328,158 328,158 00000000000000000ba13de3f3fa8c22fb5a5900718f123772b34b91b97a2161 0.20 MB 91 13
328,157 328,157 000000000000000019c198cc4ed8a9eb9b64b368ebfa4331d17b10c7c692f1f8 0.00 MB 16 16
328,156 328,156 00000000000000000966eddec498ae450f5abcd3fe5da26ec9ae7a524f2b7c46 0.67 MB 1,118 24
328,155 328,155 000000000000000002eb02dd5b69a7ac015b0c42c7176479faccec5605ac9b23 0.00 MB 5 15
328,154 328,154 0000000000000000122e949e152b73f3f4c6b08ffcd29b83918d9284cd9893e9 0.21 MB 245 20
328,153 328,153 000000000000000014eb488d05c8161c9d15f8b4a63f544cbfdfc3750de9a7f5 0.05 MB 88 18
Previous 10 blocks ↓
Total Size: 769.03 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,625.28 GB sent, 93.03 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.