Memory Pool Memory Pool Refreshing

5,888 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,697 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (415,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,540 492,540 0000000000000000000f289ac52e8ff63211a882cfcae41aa1316365e6ce9ed8 1.04 MB 1,891 177
492,539 492,539 0000000000000000008ffffd5613492ee44bf964cb71807649a35e9780550f5c 1.02 MB 2,082 227
492,538 492,538 0000000000000000006b1943e958dba8a84303885395a36b68366863584fe88c 1.02 MB 2,304 275
492,537 492,537 000000000000000000a72fb41fee56b786db086449048c3b94771d890319001e 1.00 MB 2,398 184
492,536 492,536 00000000000000000000bab4da74b49d2edd04bc897805c9f53f7fea2eaa4177 1.05 MB 2,654 216
492,535 492,535 0000000000000000003262beecec484341cd7afe0a76599b7ae44d4d10e5a420 1.07 MB 2,747 228
492,534 492,534 0000000000000000008b1fcf3115b978bac67d2fe8995d013549cc49b6099fb6 1.00 MB 2,669 273
492,533 492,533 0000000000000000005430b49529fc2fb7f0364f38acb743d68da5d25baa1fa3 1.07 MB 3,018 200
492,532 492,532 00000000000000000044ade3b7ebac67a8ffbb7d62fb68e80497cbaac1f6c509 1.04 MB 1,798 222
492,531 492,531 0000000000000000002fd5d6742b63172a8448f27fa83bae923be72abe5eef3c 1.04 MB 2,669 271
492,530 492,530 00000000000000000074ea9de79a8ed00b962ad9bdfb2ce24188e32510a3e6d4 1.04 MB 2,266 254
492,529 492,529 00000000000000000016c4b8dd085f560236706934b8b0b58ee853e479ab582d 1.09 MB 2,642 242
492,528 492,528 0000000000000000008ac92abec18674ed6fd57efe2d05d1b8534a2f95895cb3 1.00 MB 2,153 203
492,527 492,527 0000000000000000004fd0a125f65bf4fbf17f82e0f7125227646bfba450747a 0.75 MB 2,099 251
492,526 492,526 00000000000000000053f8b8be5ace0bf09f84c3d784fdd64749952a5084b4ed 1.02 MB 2,436 249
492,525 492,525 00000000000000000008fd140596cc12c5b01492cdec99938cf64eb8d73f9552 1.04 MB 2,766 204
492,524 492,524 000000000000000000124c20b53e2a658e5c3d396fd763211a65de3f4e8ab24a 1.04 MB 2,297 223
492,523 492,523 00000000000000000066e9e329a53397186d3da73d4efb3e5ac8d03e0b8735e2 1.06 MB 2,320 230
492,522 492,522 00000000000000000018803c8101d6b958db3ddd3b7dff9ecd8d6053cae972b4 0.75 MB 1,455 292
492,521 492,521 000000000000000000677853df20a0d23f9fd17e2d63a91a353f3c4c55ea061a 1.05 MB 2,150 186
492,520 492,520 0000000000000000001d2d92b330bf14d9d2a07202f0ecd89e5adc84055e2997 1.13 MB 2,511 155
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.