Memory Pool Memory Pool Refreshing

1,195 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,291 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 1,180 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,290 (809,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,553 98,553 000000000000a82b34c74a9bf9f40e62cdf1e2b341a4e7e4afbc1eab49629e0f 0.00 MB 6 0
98,552 98,552 0000000000028f2bf53d5a9d42d1888788ebef5b545115c810c2f7c98a97388e 0.00 MB 2 0
98,551 98,551 0000000000030567d9f49cb2f5ead0963259a413f669ea4d7624356a2b40aeac 0.00 MB 4 0
98,550 98,550 0000000000006b94509d09ffe9ec75b55b43f0e82cb641fe485634d36fd71ff1 0.00 MB 1 0
98,549 98,549 000000000005306038f15833ab88d9c663629809861e8cf5e39624fb055ab41a 0.00 MB 6 0
98,548 98,548 00000000000156647d14461e1b1a0e79fa611c914977c1b4027f665213538767 0.00 MB 1 0
98,547 98,547 000000000000f9df09370063167e060d39a51a7dd1be1177358d06b0ddce5418 0.00 MB 7 0
98,546 98,546 000000000000893eb563a5f6c217ecacd1b16b49b08197a6c060db4f8c738ddb 0.00 MB 12 0
98,545 98,545 0000000000030639bcc4bddfb7dcb078c7c3e324c99415f2c91b09f782bbca11 0.00 MB 1 0
98,544 98,544 0000000000034398bff3cb971a0fd2403fede402eb7fac2e7d7fd5bd8de590e9 0.00 MB 3 0
98,543 98,543 000000000002aaa0c97d574c7874214edadfef112d42a909c9eff57f44bf3830 0.00 MB 5 0
98,542 98,542 0000000000036ab7f6efcb49e842caa09aa03dcee1d971613fabd586ddb6e859 0.03 MB 132 0
98,541 98,541 0000000000018556e09abeef2205284a1d370b3a9c4df4bdd55c554ca406fba5 0.00 MB 12 0
98,540 98,540 000000000002d456a900247e927c13a88c3d3335b1b229d6795156485148660c 0.00 MB 11 0
98,539 98,539 000000000001592193a3e8cec2a8673e13ed44be9edf8ac4a57ab5c01da9dc89 0.00 MB 12 0
98,538 98,538 000000000001ad534bc88b3b4c3d11e3b24acc67e73ecb452b0eae281ad24731 0.00 MB 12 0
98,537 98,537 0000000000040d25a00f4a614f9a7b8a865eb712e41e064687b3dcb11d4645c5 0.00 MB 12 0
98,536 98,536 0000000000026e66222cbd12fe8a7deb0cae2da32f1aee24b8a5dddaab79b5d1 0.00 MB 12 0
98,535 98,535 00000000000309fedef461554760102c90af766f95e39373d7c2a97dcad75b17 0.00 MB 12 0
98,534 98,534 0000000000049aa433e51ba9afba6009d7c15c39266d4ebf308ff006703930c2 0.00 MB 12 0
98,533 98,533 000000000002d5c120506aa8e179c376e844e3322fd09405cc4b7f9068e135c9 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.30 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.