Memory Pool Memory Pool Refreshing

1,604 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (576,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,506 331,506 000000000000000009c71e4e840a6753c4f1a5a83c193b9f0e2f74aaed7c8414 0.34 MB 628 22
331,505 331,505 0000000000000000145135e07b175a39aacc6b7310df39e023c27d7750b6758f 0.32 MB 448 25
331,504 331,504 00000000000000000af66ee5abb9a8e14ef2ec8116cdb512f3b0198f18331baf 0.51 MB 884 23
331,503 331,503 00000000000000001b3a8ffefc6f37ffa10cbd62632859a14b1503f0b7bb2113 0.35 MB 490 19
331,502 331,502 0000000000000000037c76a505da38f4bf48d090b9881a2444e8cdaabc79424a 0.74 MB 1,096 22
331,501 331,501 000000000000000006c0a8245705707b45312e900b6820f20dd21c48ed6983f9 0.70 MB 1,338 26
331,500 331,500 000000000000000001aa46d2e0585531209c62e39ede8c021a1b11527ac5c95c 0.28 MB 513 22
331,499 331,499 00000000000000001b153a2a5556410892b93aa7a3984517e10d53beaf22b4eb 0.03 MB 64 44
331,498 331,498 000000000000000016d01fc6e5f3f3215f8a593e12f8d4e3ec8498d86ec08576 0.09 MB 152 8
331,497 331,497 0000000000000000193bff5d7f4addc51152a09015572e461675fdd9a93b2e60 0.53 MB 626 16
331,496 331,496 0000000000000000025f12576e7ee07e1073b86567392982ac4f5347252cdadd 0.69 MB 984 25
331,495 331,495 00000000000000001229800fb42336ad09b8f1de653d78a7c149c97399fc5f8c 0.20 MB 251 25
331,494 331,494 00000000000000000c46fd4090b1c373725ad87a3055ab8393b1a33afe6e9376 0.45 MB 512 16
331,493 331,493 0000000000000000173caeeaae9c3d707aaff6ee5de3e02077a661d1c7b0c25b 0.35 MB 996 34
331,492 331,492 0000000000000000034a4bde1d961dbf702c63e526c1ffc95dfcc786f2c1412d 0.98 MB 1,737 24
331,491 331,491 0000000000000000125488d0181f91cbe57d1563fc24530512276177b3be7740 0.05 MB 64 86
331,490 331,490 00000000000000001644195098a685471d455f60a85053733696457e50673a61 0.32 MB 340 14
331,489 331,489 00000000000000001a547f6df11b703fce9f3a1f5822e6160e48aa3768d3775b 0.75 MB 1,485 27
331,488 331,488 000000000000000008c04a67804098f1f544ef66ce6899e96a51a3c0b0d377b4 0.56 MB 901 23
331,487 331,487 00000000000000001ae544c8d1bc370804f443a2b4ce76ec27c819c6150b4aab 0.56 MB 1,092 30
331,486 331,486 0000000000000000101c32bf9fd355ac2754fa56ef44db1f98c89e3783e9a2df 0.33 MB 551 24
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.