Memory Pool Memory Pool Refreshing

2,914 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (560,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
347,498 347,498 00000000000000000db48a2f7a150e47c83eb338f4783afbad578d4926167ae0 0.73 MB 1,114 21
347,497 347,497 0000000000000000078e9ac1e0a65b139e3cc861dbee05f33e7b92580c1d303f 0.32 MB 894 43
347,496 347,496 0000000000000000002ea372aed4ecb212932227cecd4206ee7947c6b471723e 0.43 MB 356 14
347,495 347,495 00000000000000000575b3108f34e4bc8fc76f4c824266a5b376366d9ed9a52f 0.09 MB 170 25
347,494 347,494 0000000000000000022be2df60cd3cfb9d70257d39f93786ff299c235bbc1754 0.92 MB 1,618 23
347,493 347,493 00000000000000000e2787f16a19c536e5061eee018a203d2aeb56e4f0ec2f86 0.29 MB 1,024 53
347,492 347,492 0000000000000000115d149f9e73d6b7e7755216ffcab051484128890a9f989c 0.12 MB 150 16
347,491 347,491 00000000000000000b4fc3672c0aba02c286ccfda882b87f725a26a83c1d5775 0.10 MB 158 17
347,490 347,490 0000000000000000016c24ca41ef4d2cf97a9e23ecfd617fb60c8e544b3126c7 0.43 MB 903 29
347,489 347,489 000000000000000007aad4c96da907b2ece6076c4966366a4444f42c77477bd0 0.13 MB 294 31
347,488 347,488 000000000000000007d0b04133b948dba39414cf916f135fbfd9cf89cf36a9f4 0.67 MB 1,281 24
347,487 347,487 000000000000000017016390baf617c55f6233a841633f4644132b05e615f774 0.10 MB 107 7
347,486 347,486 00000000000000001284b9ecd20890017a97a49fb625791ad38f5671bb1fe17e 0.40 MB 669 25
347,485 347,485 000000000000000009859b40d21c5242ee3b437dbaaa7445f34969cfd17b5c7e 0.64 MB 525 17
347,484 347,484 00000000000000000a921bc0c262f7a61de721402b617a2984a8694d879020a1 0.72 MB 1,409 26
347,483 347,483 0000000000000000074f6cd560b1a68d2590072633c879af6d98c4b04dd385a9 0.10 MB 58 5
347,482 347,482 000000000000000009d903115d7b994855c6fc0c8e3b6f87d613e1a36182308c 0.25 MB 449 23
347,481 347,481 000000000000000003bee2e5910860b9315e3a1e0cc67c5fd66e3c86f687fa79 0.28 MB 590 26
347,480 347,480 000000000000000011fa5810678c31b5966e08f2aa7e862f3c0812103dce1290 0.01 MB 32 55
347,479 347,479 0000000000000000025de2d4abc552da519939dff6a9cfea7db0797c3cc379cb 0.47 MB 993 24
347,478 347,478 000000000000000000a553e6972970e75c3488a3cb450e9c17c0cf4629f2b428 0.73 MB 1,361 24
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.