Memory Pool Memory Pool Refreshing

6,656 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,602 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (795,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,608 112,608 0000000000000936d3eda74cb8f586077fb8bd98c7c6858934cb6e5c312ca195 0.00 MB 12 0
112,607 112,607 000000000000158c51c44851761dc51f53ae74aabe425b04e0b60d19679a4d14 0.00 MB 11 0
112,606 112,606 0000000000012797b05f67ef312a66b44b906c583dc7f70b970eb1367d18261a 0.00 MB 10 0
112,605 112,605 000000000000a93dd3a13e47e6a41895fb2863cae8cce9142b2a5cddd3e2f332 0.00 MB 7 604
112,604 112,604 0000000000001b9c6665d65a63761c9bc48f70cc1ddf27a491fea87b67b62523 0.00 MB 9 321
112,603 112,603 0000000000008dbf5ae6b25dc6bec79d6dbe6377061f33301341159daac2df48 0.02 MB 50 1,294
112,602 112,602 00000000000012bb8c879fd120c845669a2800c0e14ad0b3fefa8f1aaf43adeb 0.00 MB 12 1,147
112,601 112,601 0000000000000cbe8601a082a4dff349ede3c08bbb5e152ca1775b692084710e 0.00 MB 13 623
112,600 112,600 000000000000bd42b923050c7c79944b2338fa2e32c2c56bcc7f75f378ba2420 0.01 MB 24 557
112,599 112,599 000000000000304805e455e66a3ea238ba0f88bf62c2e2b51acad1d8f9cf2a11 0.00 MB 8 910
112,598 112,598 000000000000d17c9487d5fc75528eae43e2d98307a5d87cc4600dcf5a741a26 0.00 MB 6 3,105
112,597 112,597 0000000000012ab429733caef0440847583fb857b7968f6ac4e7418d31a448f4 0.00 MB 4 2,103
112,596 112,596 000000000000457409e2d5bc8fb59b596fd72997c86995ebbd12d2da9b0bfd1a 0.00 MB 3 0
112,595 112,595 00000000000078a7215ea1507c163307f24060231423a13711159fcefa545fcc 0.00 MB 10 1,811
112,594 112,594 0000000000007dbdaa9eb35d0581576ac137c09102f53dcbb902f85a47f5d82d 0.00 MB 1 0
112,593 112,593 000000000000e32bf376a29866daf884f751d2e820ab664e324c6c21d519211a 0.00 MB 12 1,308
112,592 112,592 0000000000008ca40abee7b6c480271390ab2d11269284cc3470d6afafba8e19 0.00 MB 15 1,675
112,591 112,591 00000000000119aca2815a32e1bd39f9694ecd5b82d36d954b794144d7c28be0 0.00 MB 6 1,214
112,590 112,590 000000000000c9be39cf39dc2d4958063371388d628c88a7ba1ef8ad1d4379d0 0.01 MB 17 734
112,589 112,589 0000000000002ab453d6670d4ee9d3136b10bb6090471310baba90aba24a07c7 0.00 MB 9 1,468
112,588 112,588 0000000000009b0b79e9de568c245d3299beaa00242aba2947915b869edab759 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.41 GB sent, 96.90 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.