Memory Pool Memory Pool Refreshing

841 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,669 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 824 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,668 (889,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,609 19,609 00000000dedf7869ec2722254e5578be8e6e9f0b4fe6fb2259e99ab944628f1a 0.00 MB 1 0
19,608 19,608 000000005660d30d9b24712ac0cb24f504ebbb50f0141f5ad6deb5beefd90f05 0.00 MB 1 0
19,607 19,607 00000000fe583a13a92ae937db89198197b9618bad3ec6311287554e597eaf40 0.00 MB 1 0
19,606 19,606 000000001f5a3815621d81cf8b10f965c149759d457b1dabec76080f7f797dd5 0.00 MB 1 0
19,605 19,605 00000000538cd185893b272aaecd189e2e1e22fa2d0d900474583cf5a61746b2 0.00 MB 1 0
19,604 19,604 00000000cc74324e4a8c458b9453ec1e093a751a4183f0a187099ece29917062 0.00 MB 1 0
19,603 19,603 000000001d75b6266d708f7970e007d8c4e6c035302e1d90687b3ceb0d5fb21e 0.00 MB 1 0
19,602 19,602 00000000328ef159abe49a27d0e35e95dcb3cc48e3faf12845324ee103a0fda6 0.00 MB 1 0
19,601 19,601 00000000abcb67af69f794b8c81e626eafc20c2e22ac926b4865060f04704424 0.00 MB 1 0
19,600 19,600 0000000074279b4ef09e7ac31c4237829c328ba746447db16e3fc61c52848c3c 0.00 MB 1 0
19,599 19,599 000000002e4773133d795df9e546fb56935074f80f764ba6fe607691c67734b6 0.00 MB 1 0
19,598 19,598 00000000ba118aed88d8cce52a5460aa404f97f45b5dbe9afa84e5a135278924 0.00 MB 1 0
19,597 19,597 000000005863344b97be86aadd180765d4b9a4afcacf2263fc00dcec8b5f7f46 0.00 MB 1 0
19,596 19,596 000000005b10d99e49934f3e8aff5ed57365f1b335bc9bbf84d57cfaa2199737 0.00 MB 1 0
19,595 19,595 000000004aeb6278503becd93d8f7d20dd512856d9078f3f6415aa936e5ab6b4 0.00 MB 1 0
19,594 19,594 0000000071c5d6733d7370dc6e37f59c44327407be8099e7b6bdad74ec4a8973 0.00 MB 1 0
19,593 19,593 00000000c4125a1730e8fc3efd3aba569b99fa2ddfca72990ab48797f0216001 0.00 MB 1 0
19,592 19,592 000000004a53176dc7d418800359f0aba65b1a5504286ce9308e20dae399eb45 0.00 MB 1 0
19,591 19,591 00000000dea3018687b16ca82153bb99cdfb1bdf79ba8f945a49d371c5c92fa1 0.00 MB 1 0
19,590 19,590 000000008b5666f1a2cc7e983815ee9d7b3ce5e337cf6fd30f6d015bfff3bf5a 0.00 MB 1 0
19,589 19,589 0000000006509e7733f6e814f27dbcf19dcba15ac2382ea9d098b45a9e998581 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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.35 GB sent, 101.65 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.