Memory Pool Memory Pool Refreshing

6,344 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,725 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (553,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,503 354,503 00000000000000000376675ddcb1e98f00c6cb53ec24e05a5c5869be01577900 0.00 MB 1 0
354,502 354,502 00000000000000001021ec768778e0d45c538224a3a487734bd517f4f10273ab 0.07 MB 123 24
354,501 354,501 000000000000000011324f9fea719ea6cab931e4260dca51fcbe4f8d74b944f6 0.39 MB 690 23
354,500 354,500 0000000000000000155935cfa788ed8a9c7fd8bccc80f793028a3ffbe0810260 0.43 MB 758 22
354,499 354,499 00000000000000001542a94ed89a57d3c1f8d29c3672a0fba1564db15e4a80f5 1.00 MB 1,661 24
354,498 354,498 0000000000000000113b9fb34cc04c0752182e616e8cb038c1e1ea14aa1e4165 0.35 MB 1,024 40
354,497 354,497 000000000000000006cd133c0386a8e7a3a36a1e010dd394dec39e377cd5484e 0.18 MB 288 20
354,496 354,496 000000000000000009fe9ef75a58b62376f0ac52843e10eb0e15536770d9eaf1 0.06 MB 35 3
354,495 354,495 000000000000000007abb85568326e19c4352d0768dbbde6f9129cf52f1390bf 0.19 MB 312 15
354,494 354,494 000000000000000006844a7db623c028527fdab798a5ce5cb59b5f71b6187243 0.75 MB 664 14
354,493 354,493 00000000000000000b13f6549bc4134e44cb2dbe810b8b7fbb60c9551560ea96 0.75 MB 1,740 33
354,492 354,492 0000000000000000158e36e589cf30df26e6669b6deaa00f9979f56560e9cc7c 0.75 MB 2,278 41
354,491 354,491 00000000000000000b3d84d517844b91e3329d3d344d80f8df1bdbbc3845e8f0 0.48 MB 1,096 26
354,490 354,490 00000000000000000a4086b91d07243a0bdb11b80574acf9091dfac3c8424855 0.25 MB 465 25
354,489 354,489 000000000000000009065787bfe99eeca871f3b2a32d55ee23a41bb9f7e94a33 0.10 MB 217 32
354,488 354,488 00000000000000000d9214ba334a52624b701a74b1b9a15b727d516bfd569845 0.11 MB 185 15
354,487 354,487 0000000000000000036b1b697ff87e89a980f5a19d7463c6129d682643dc5015 0.75 MB 1,676 31
354,486 354,486 0000000000000000067b0b1d167340ec287ca008842db583d43133c38469eddd 0.38 MB 903 31
354,485 354,485 0000000000000000092a0495227849c6385e25fff52f01e230f6577b37cb4672 0.51 MB 1,114 27
354,484 354,484 00000000000000000bcadaa2e6467cd2b90d6b1c59da7b4acb171e6db00bae03 0.05 MB 131 29
354,483 354,483 00000000000000000ef84aa93912ff7c59108f8b660669e237071c635d1fefd5 0.33 MB 706 29
Previous 10 blocks ↓
Total Size: 769.08 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.28 GB sent, 93.33 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.