Memory Pool Memory Pool Refreshing

4,060 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (721,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,555 186,555 00000000000002532f82944c5d97192c882a7ac24504e96703de190b73c13bc4 0.17 MB 377 179
186,554 186,554 0000000000000217a74c5632de430dd0aa6a019ff5798d2cc6986aaeed69f628 0.00 MB 13 0
186,553 186,553 00000000000005e5861c908d7864b82e4790ece9426cfc191de8a3acba6dd5bc 0.05 MB 162 112
186,552 186,552 00000000000000e9de89f834938ea6921ce9476bdfa324a8ef2b280b2a1a574e 0.07 MB 198 118
186,551 186,551 0000000000000744e281a7eef4a8d04e9b876aa4ac0439a081e940877f3038d3 0.00 MB 8 72
186,550 186,550 00000000000007e58c93a52804b40b6e7881f59c74f14bc7c80cf887f9d28550 0.00 MB 14 15
186,549 186,549 000000000000085203813c123bf748683302aae067b34ee3f796f87325c90cdd 0.00 MB 9 0
186,548 186,548 000000000000099be1f16644b947e3049def8f5a076557facacecac305ea79eb 0.23 MB 575 143
186,547 186,547 000000000000029021290c8c4c853099d9fbc7ead38ff3154f93dd8dfa99f9e8 0.04 MB 58 53
186,546 186,546 0000000000000066481a1fc88e57018951bb25b8c6761db4c5c320f4f391056b 0.03 MB 65 116
186,545 186,545 000000000000044046de601ab272066ce02c890911ad384443bf75a1f1767ce4 0.05 MB 169 384
186,544 186,544 00000000000008c713c80c6637b5ec1992419423f718357177a39a17c7bed863 0.16 MB 170 117
186,543 186,543 00000000000008c891e52ccc597d2793c948211b9b094efed9067efd69cdbcb7 0.04 MB 103 104
186,542 186,542 00000000000003ffa5a3683e4c02e235a72dd1aab9a0b0a238faf0b4ba802201 0.11 MB 310 182
186,541 186,541 0000000000000749df22c76b54e54ece74b353b27d22a94b99cbb8cda49a49ab 0.02 MB 28 44
186,540 186,540 00000000000003580d6351220a51f4fd39648d14837752fbded18fec948aa80c 0.16 MB 357 121
186,539 186,539 00000000000007950a14a983fde3ccb47886f8aaf3931db124c8c7956e42cfea 0.05 MB 166 173
186,538 186,538 0000000000000260c8553c21b7da28ceece2477ab9930623e19b88dd58095224 0.18 MB 449 178
186,537 186,537 00000000000001ebc0825df8b62578a12b116a6cf1b860c76ab397c064cf517b 0.04 MB 91 129
186,536 186,536 00000000000005e4222d599d0639ce799ae7cf28f150a01dde5f58ba9f7486a3 0.02 MB 43 259
186,535 186,535 00000000000000e6b47e95e52b14668ffd160ad4c52293b8b14170461f63acb6 0.05 MB 100 99
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.