Memory Pool Memory Pool Refreshing

8,349 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,467 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (728,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,849 178,849 000000000000092fef76511ac9bca02e39519ecd5b5651f9ad2ba99043761881 0.06 MB 127 75
178,848 178,848 0000000000000414bff80d71c65aa35860de12f59794e83b68f68ea6ed6d23d0 0.05 MB 87 75
178,847 178,847 00000000000009647cb12aef189aacfee384538138eba439fa2f617d1adcd242 0.03 MB 18 46
178,846 178,846 000000000000083b517f0e47e8523483c0126aec310f665388af30f0d018b1e7 0.23 MB 214 140
178,845 178,845 00000000000007d9cea4464cb765612d4c874459b9b06716d665cc3a99b3c31c 0.03 MB 13 69
178,844 178,844 00000000000002e7cd7e492316dc26a439a85e0c06dc73ea946e78e253a7e530 0.15 MB 255 104
178,843 178,843 00000000000005a96c848547a4d306e9e24a0d9128263d34025d8fcc36765507 0.25 MB 132 69
178,842 178,842 00000000000006af81d91fa93ac9b7c46a374c6fc06fa53913b7366e2b1e269a 0.25 MB 37 64
178,841 178,841 00000000000009732c2de8fe57f997d20d770d26d46e3322b221cdc20691fdae 0.01 MB 44 257
178,840 178,840 00000000000006503170ef2f228f4ee966f0073a59815bff10d84d425537f214 0.05 MB 85 72
178,839 178,839 000000000000032079ed9061058efd3a1dc8a328f45fe8294ecb897d4652c76f 0.02 MB 64 72
178,838 178,838 000000000000062e297f86e63212307b98c378a2594d2d144811c14678760c9e 0.09 MB 166 152
178,837 178,837 000000000000006f6f19a753f11b676f6dc1c370aeea5ccb219b896815a4d0de 0.03 MB 48 112
178,836 178,836 000000000000098862ebef566bee72eea2148db3f9202314d0fd5200fb0b7e42 0.00 MB 10 27
178,835 178,835 00000000000008e8bc7606104deb90076cda44ecc8d056f390651d06ae79f89b 0.03 MB 83 46
178,834 178,834 00000000000003375b42d0b86abca40b7ae1a8d860fa0efd9f79f3e61c5a70ec 0.07 MB 139 142
178,833 178,833 000000000000026539193d2d2853dc25859c6e4f67c180d81cdbeaa2bf18ce90 0.02 MB 48 82
178,832 178,832 0000000000000207d53b4046f0781986b7387c7ec3e70821547418a01af1d172 0.00 MB 9 17
178,831 178,831 000000000000006ec75b52ec7b76c32344bb9f586d28d8ac9cd3f24b797bd782 0.03 MB 68 101
178,830 178,830 00000000000003bd142e8b3cf9f505d0f0f015c304f229762d7070fc3751b80c 0.02 MB 16 32
178,829 178,829 00000000000004bd348fc742c86897ab7c3fa1d534dfe44d523d9d28b27cec8b 0.05 MB 48 79
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.15 GB sent, 93.02 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.