Memory Pool Memory Pool Refreshing

6,455 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,642 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (162,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,325 745,325 0000000000000000000765bba8ea699efc5603fa30049d94731b4ec6773ade0a 1.33 MB 1,500 13
745,324 745,324 00000000000000000007ec8bdce8de04d4a97d50a7f3e1920e5a626bcb19b207 1.37 MB 1,772 30
745,323 745,323 00000000000000000004f2ec789d729e4213d22f4a6d5fd8d5c09ac81d9458ce 0.33 MB 545 17
745,322 745,322 00000000000000000007e3f0c261b743289be00053892ef7cfca7d091b25f003 0.78 MB 1,232 15
745,321 745,321 000000000000000000089649bec876c8ac0c678686ec17a7aa8a7c2bd8a46360 0.05 MB 85 14
745,320 745,320 00000000000000000006cd57eee9825e397b9d6cdc8b94a8278b790e2c5dd130 1.49 MB 1,540 13
745,319 745,319 00000000000000000006585070a86dc80689d9b610243231b1eb414ce7356b9f 1.47 MB 1,939 16
745,318 745,318 00000000000000000002dbc0e61bdd2eedd108f6755a2ec3ee99a5580288d6f2 1.24 MB 1,926 20
745,317 745,317 00000000000000000002a52f57e6bdc27947fcad0ae0bddc7a016aa3cec121e0 1.06 MB 1,261 16
745,316 745,316 00000000000000000002eabdd59d8cc9e311888737b13d71e26dd01b4c54dd13 0.38 MB 285 7
745,315 745,315 0000000000000000000420f1ebb2d7c9ae15db3d0b99c8592711914a75eb460c 1.49 MB 1,972 15
745,314 745,314 0000000000000000000108d87fe6baca64c6a5d0ade914205371fcd1ab71c0a2 0.89 MB 1,805 18
745,313 745,313 0000000000000000000653904243a14345cfa50a525b8eed6307a3fac70da26d 0.26 MB 512 17
745,312 745,312 000000000000000000045a5d1bc8e869c42436f66772950c359e7487c1bdc1bb 1.19 MB 1,520 14
745,311 745,311 00000000000000000009963c139bc4f2eced5786a1c6d23e48b3b5366f7503b4 0.77 MB 1,156 13
745,310 745,310 00000000000000000007832f7046ebc8a2896f3963de593bee42c4a8b8e33442 0.73 MB 1,099 16
745,309 745,309 00000000000000000005fe5455997ba25a58e63bea1c3f0e7bf175f679fbbe41 0.02 MB 50 21
745,308 745,308 00000000000000000003d324302844b992f9f0e0e20f9ef0d0b548c4a88f8a7f 0.36 MB 686 18
745,307 745,307 000000000000000000011a157c4f724f7efa6bfad3ace629c1f31d6fe15e1666 1.92 MB 380 3
745,306 745,306 00000000000000000001d4e14d0adc40aaf0be2ea0ac1fd104be194cd276c95a 2.05 MB 433 2
745,305 745,305 000000000000000000052c030a4c48b60c0f3334afa2c10ac1c091a7a6f8430e 1.37 MB 2,207 17
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.10 GB sent, 94.16 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.