Memory Pool Memory Pool Refreshing

4,872 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,080 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (617,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,564 290,564 0000000000000000d3e8c7daddd9a4148e0c27dd62723751d91deb1d9d102ad4 0.25 MB 714 71
290,563 290,563 000000000000000026b5557b93a7eca75fc6aae0250249aede21c03ab7c533dc 0.13 MB 309 48
290,562 290,562 000000000000000038370bba6b66b6e288628a49ea31d80fe483a19280a393fc 0.22 MB 388 26
290,561 290,561 0000000000000000bbd46f173a6cb7b1392a5497cb224422c04df46d60e44afd 0.17 MB 512 34
290,560 290,560 0000000000000000f0a3d38530d0718fd95f79b37941e1f0f2c83c4d5e2cb6f7 0.46 MB 891 40
290,559 290,559 00000000000000004e7d26b6fa36535c273c34312c8ebc2c6f8d7518368b6a47 0.35 MB 477 37
290,558 290,558 0000000000000000d075b65ea0badfc91790658d084651b869e0235dc17dc9a7 0.90 MB 672 16
290,557 290,557 00000000000000004403dd17c3101abbd840ae4562132f0f76c504a70712b9e8 0.35 MB 560 16
290,556 290,556 0000000000000000e8ffd428413b2d8cc373967e28a0df5d14b612683377bf4a 0.16 MB 512 65
290,555 290,555 0000000000000000254e54667e9de468b555f2fa293b0688081f6128c9587c0c 0.14 MB 262 25
290,554 290,554 00000000000000006fd8be0b1d91693d930d9b380637a96dbae1a323b66bbe72 0.21 MB 232 22
290,553 290,553 0000000000000000fb03be695b230ca4c855e303b83a6d0001e225b23f882d9a 0.67 MB 198 13
290,552 290,552 0000000000000000d85e4bca7d6cc031cb6ebdc6e9100b8312bc4260319eb26f 0.35 MB 314 18
290,551 290,551 0000000000000000acad1aa6bdfa50f82e5e821d417d900322cece6ff7df3823 0.35 MB 719 24
290,550 290,550 000000000000000051ba2dc775572b0649fbf67cc59460882204dc06d31d0ec7 0.17 MB 512 54
290,549 290,549 0000000000000000878d2b7b4571bc1b46dabbe78836f48250d1319b6c78cbc2 0.35 MB 866 36
290,548 290,548 0000000000000000f2341b53a2d3ecd308ed809de936f41299158f0daf20378a 0.17 MB 512 65
290,547 290,547 0000000000000000c54836cd13daca3e13d654bea3e76892999ca1e242178ad5 0.35 MB 861 35
290,546 290,546 000000000000000037a8a55e43dbbac11f1919f775bb99cddac40d19ca9531f7 0.25 MB 735 49
290,545 290,545 0000000000000000eddc419c44a588a87b14d24345fc44e42b353c96bc3c57ec 0.12 MB 322 29
290,544 290,544 0000000000000000ebb541fe2ef71fd24fe1cbb3ec0297d9d82a9610064c98e4 0.90 MB 961 22
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.