Memory Pool Memory Pool Refreshing

4,512 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,295 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,376 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,294 (847,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,455 60,455 0000000001dce6a8e115db4970fc44d40b7017113ce816b979ead117efdba590 0.00 MB 1 0
60,454 60,454 0000000004a2334a4d787b49eaaa6c6cdcaf953d88db51bf4c09bd69aaf6f62e 0.00 MB 2 0
60,453 60,453 0000000008e9e34a9b8bc1277decd718c2fb520c7ceb0ba8d2e4ed82202f80ff 0.00 MB 4 0
60,452 60,452 000000000aa5dba6384ca34a3cee31df4ba22cb7b4b6facfd169b20c64aab225 0.00 MB 3 0
60,451 60,451 00000000064791356d87d494b4888f5173f6148758f4b1a26353298115b9ff80 0.00 MB 2 0
60,450 60,450 000000000eb5e90c98151fe25528ffdeb99a1048e792906886b6e11dcbe62440 0.00 MB 4 0
60,449 60,449 000000000f34ade8d413d31d6c12998af98b6bffe26e032bee25c226a22689a9 0.00 MB 1 0
60,448 60,448 00000000044beba7b19d182f22520deb43a9e14a53100258c7f1cd21e6b6d1a3 0.00 MB 1 0
60,447 60,447 00000000064e1cac79e2c037ea4d1ba4acb1c269c5a3ffc4c553d112f050c30a 0.00 MB 2 0
60,446 60,446 00000000021d8431b47d4de3fe13682639dc0820bc007389c55db58a3e6bcd6f 0.00 MB 3 0
60,445 60,445 000000000811f00c38d6601d0c26bba9c280cf342fdd3e33863e885bdcae8e48 0.00 MB 2 0
60,444 60,444 0000000009e6059163294eb6ba04d11c39545e44449236965fc3bb0b5e5bcd4d 0.00 MB 1 0
60,443 60,443 00000000015465252ea5732e98511a83157436c9912dcb25b709d594109f716e 0.00 MB 1 0
60,442 60,442 000000000b4f82750a37051e53d87cff353fedea00a0218ad3d677541505ed48 0.00 MB 1 0
60,441 60,441 00000000024d542a68e2841bd95da4995ec045e14208d8043e6141c495b7e4f4 0.00 MB 4 0
60,440 60,440 000000000170444f720a95b372c770c27967450af58401c88a7f9eb4f5dfe56b 0.00 MB 2 0
60,439 60,439 00000000007395eb8d8c3693ccd01fee99380eee6cd4c017deb363636629b924 0.00 MB 1 0
60,438 60,438 0000000002ac175bea0ae501cd8a1d9e147745ace2b12f42180bd9a2688b77aa 0.00 MB 1 0
60,437 60,437 000000000629119254806ab56f6c171eeb1ee03946371b33e8b325212a890add 0.00 MB 1 0
60,436 60,436 000000000ab8656f4132486b0a4ee4b5d8930c43c7b11ac0ccb5cb0492a11d07 0.00 MB 1 0
60,435 60,435 000000000cafa48de8bfd1b328f499df9c9c5feeb238f6eb2eaf4a5beeafc72b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.17 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.56 GB sent, 98.36 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.