Memory Pool Memory Pool Refreshing

1,206 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,798 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,797 (382,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,520 525,520 00000000000000000036b6c6adce4dc88bca36419a86c7abc72e0bff9cdb365c 0.44 MB 1,151 22
525,519 525,519 00000000000000000017c4a6cb014203da43d0cc0029430b4479e8c676a31476 0.76 MB 1,579 23
525,518 525,518 0000000000000000002521d8eb85294864f937918dcbdcc33f42ab0c55c5d5b9 0.02 MB 63 19
525,517 525,517 00000000000000000037fa077335f7d41fd5c8b580d56af6a9a832db4277b5ee 0.34 MB 964 16
525,516 525,516 000000000000000000325570ff447f87c5bfada1391b52c606f99c7ded32c593 0.74 MB 1,787 4
525,515 525,515 0000000000000000001032bc4a0629bee458bc033f121a519d80666e9ec6786c 1.19 MB 2,877 20
525,514 525,514 000000000000000000152070c58d93005b8d9fb383ef7804cfa486d3d59db18e 1.17 MB 2,659 16
525,513 525,513 0000000000000000000b2cb342e15a3fc3cef51a5a0baada15998f94d359ecab 1.23 MB 2,839 17
525,512 525,512 00000000000000000005d7560447439001500f85c84a79d0160b55e41acf30de 0.42 MB 848 16
525,511 525,511 000000000000000000351fb1f291f18b8d7f3b952f507b372f36e05c58633aaf 0.02 MB 48 14
525,510 525,510 0000000000000000001fa8e3cc9fd94450d1baf056e8783ab1fd79f5fef1eb62 0.22 MB 405 15
525,509 525,509 0000000000000000003b081f76db166384ed706c63a9aa25fb32877dadf17aea 0.06 MB 144 15
525,508 525,508 0000000000000000002f06a5446f1cc5831ce6a5e4c488205f0e58d05a7ec672 0.79 MB 1,272 15
525,507 525,507 00000000000000000021d4f1cba21269f91d58d5378c1bd0fbb2cb5958c58966 1.17 MB 2,781 18
525,506 525,506 0000000000000000000308255f6ce3841cd82b08b9e5a46583f5ff4deb4f5be2 0.41 MB 910 27
525,505 525,505 00000000000000000000acaf76d46329f34a50d78b1d7370ef6f671af3586c2f 0.03 MB 67 32
525,504 525,504 000000000000000000137eceab17ea62a99839c5340afec9fc3408027a704e0c 0.21 MB 557 19
525,503 525,503 0000000000000000001eea04adee79822d68ada33537e4a3f105b9a1ffc03270 0.31 MB 624 14
525,502 525,502 00000000000000000004188cbb52273c4415aba4d0ad01e0b780d7de1c3eb7b3 0.25 MB 556 19
525,501 525,501 000000000000000000375ccd2592f2c53f3e30e671c8d7377bf8471c3501c54d 0.91 MB 2,173 16
525,500 525,500 0000000000000000000db672ceea0c84b9fecbe45d2fc6f69467eb66cbc60ab1 0.05 MB 109 8
Previous 10 blocks ↓
Total Size: 769.16 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,632.73 GB sent, 93.70 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.