Memory Pool Memory Pool Refreshing

4,572 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,455 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (815,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,604 93,604 000000000001629c647a16f4e5812cda9da814a3bfd42ef3c9982afbfe86971d 0.00 MB 3 0
93,603 93,603 00000000000891687d64eb71b0c3eca59e42936955ad0d461852024fd9d64cf2 0.00 MB 1 0
93,602 93,602 000000000007b3816dc239b10098eb122cfc3cc8cd34a4d67ffba8240314f5ed 0.00 MB 1 0
93,601 93,601 0000000000037e3283e702f6186dad340db78e0794e227d92c4183959a4e3a28 0.00 MB 5 0
93,600 93,600 000000000001c2e4aeaac29c9f7700739b47b56efb02504591970e5dd0f94a3b 0.00 MB 2 0
93,599 93,599 0000000000043d4f7269ea33194dc0bc54abf9d1045f152a36d11f85ee44412e 0.00 MB 1 0
93,598 93,598 000000000007306d78b230678d212ae69922c0db360852a268dd00eb5bf70bbc 0.00 MB 2 0
93,597 93,597 00000000000013d682558212ccf9021a06ab0c17b71a50c6ed8a00ecb09aa9a7 0.00 MB 2 0
93,596 93,596 000000000004b72364b19acafd6e7c9274b278897b40841c7bcf39a03341db73 0.00 MB 4 0
93,595 93,595 00000000000413c27642bc6f5fa0489c921bf0e05f2632d1c97aa25cd7edd51b 0.00 MB 2 0
93,594 93,594 000000000008d9be66081b0c860f8afbe69972f25ffe9ae9c4d7f18c3096c9bc 0.00 MB 1 0
93,593 93,593 0000000000068ceb38a5489dd2c5b8286ae21018de9d9c779081bd00714c6766 0.00 MB 1 0
93,592 93,592 000000000002c9b27ca62e88dee3ba9fe2dbe1990c853e2ca96856cbd14710ed 0.00 MB 2 0
93,591 93,591 000000000002e7232a152e0f09f565baeac6989b7cbdce5765114a70fc32e2b3 0.00 MB 1 0
93,590 93,590 0000000000061c5c2dabd60fcd37b4d161329654e7c5535a10c6f17fd4e1ed43 0.00 MB 1 0
93,589 93,589 00000000000292e7581622caf4885a1736a02474c12b050b6db3ed7e31598cac 0.00 MB 2 0
93,588 93,588 000000000003a72b69e33ebd5ea7a9f4f8c9888d10c40f9e7ba81c126edbd928 0.00 MB 3 0
93,587 93,587 000000000003c8df93b33e4d098f80273fc25fd05ed5f56df7ec54d94cbd11d1 0.00 MB 5 0
93,586 93,586 000000000001677ffb78c05c232a53dea0b76d8501b690f83cf08dc0631ece6e 0.00 MB 1 0
93,585 93,585 000000000004016520f3e0bfd85fe15e1f173c9fe013535323ffebb7bedce751 0.00 MB 5 0
93,584 93,584 00000000000389b50f52d2060b53edfc10e71de687d1574f6b5fe5d4368c04b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.