Memory Pool Memory Pool Refreshing

3,435 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,560 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (840,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,917 67,917 0000000004a62db6cde4d69fa77005c69c87f35518ad4724e575582b1bbfb7c4 0.00 MB 3 2,217
67,916 67,916 000000000135514900ef5310e7332397c319cf28fb3d65730a6e8d2a5f9510a3 0.00 MB 1 0
67,915 67,915 00000000059773680a69fae596c11088f326f5d53b05a30cecae68b4661bf806 0.00 MB 1 0
67,914 67,914 00000000037320a173b8271c98d52aee0315491f86ab989f33205db530191e4d 0.00 MB 1 0
67,913 67,913 000000000093756f144bab7da144c6af440d8bb94405005e013f18a85390b110 0.00 MB 2 3,875
67,912 67,912 0000000001a279878aec8b4bd4a3a59d5c29d6785f0a3a302e473a2b7e8991cf 0.00 MB 3 1,930
67,911 67,911 000000000218f164815b9b20c5159099e865a221110895a0f81ea412e6a33ffd 0.00 MB 1 0
67,910 67,910 0000000003eb278e35436d5627d058d709f818ae23d1461d7a1563c70ef7538d 0.00 MB 1 0
67,909 67,909 00000000051533dce499959ae4bed453668d39d3d6db620295a036c554e03d6e 0.00 MB 3 1,934
67,908 67,908 0000000003e9a368272fdf8657140ee839d7375ec480dc74f3868cefa715f1eb 0.00 MB 5 3,102
67,907 67,907 00000000031951c96e6b121cbb4f9b086ccfd26a5bc3eec8b454657071a9e906 0.00 MB 1 0
67,906 67,906 000000000326c850ea34c1148e445fe8ff00db157a8c9ab4e868e99defeb4bd5 0.00 MB 7 3,293
67,905 67,905 00000000016afc45e0bfbd98971727369aaec6e9c06448c512f8ed0efe2b9200 0.00 MB 2 0
67,904 67,904 0000000002c1086ef568b192c95cddb22b131b13a45c69b6638c19d6d36f80c7 0.00 MB 1 0
67,903 67,903 0000000004e891bb08ffbe4f5fb40865fb38beab2b6d0aeae4c15fcebcf93018 0.00 MB 1 0
67,902 67,902 0000000002e373351d5ef3d26387370a57b9f821073fab5b01cfbdb2d2163c28 0.00 MB 4 1,416
67,901 67,901 0000000001861efabdd98a1a28b1ad3556598d47c0d62f7e2f9378fccf45e0ae 0.00 MB 2 0
67,900 67,900 0000000003153e58fb90df051710ec48e6d4d9742d92c71875e4259cf52b6b1e 0.00 MB 5 1,109
67,899 67,899 0000000000a841e022104bad6b7cdd35f2513bb3ba83769d94f8df9738a1b8f3 0.00 MB 2 0
67,898 67,898 00000000007b9da6e7076243c0548127b8d0485d60c76aac95b9380eae9287c5 0.00 MB 4 0
67,897 67,897 000000000179ea4a9e00e0c98725978c92e1b1f66fae42e87a720a31abb72a9c 0.00 MB 3 2,403
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.