Memory Pool Memory Pool Refreshing

988 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 981 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (10,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,354 897,354 00000000000000000000d8fae79c388db738efdb1e9a4f151e1f76aa84458e19 1.49 MB 3,442 8
897,353 897,353 00000000000000000001f700ae80763f6aef8a3373758431e99c1fe56321e807 1.49 MB 3,006 5
897,352 897,352 00000000000000000000598cbf1e17140a383b432d3d46b1d89f3a86ca9e668f 1.29 MB 3,084 2
897,351 897,351 00000000000000000002261dd64a2a5ad76b56e7aa6084cb7738af3b12906459 1.07 MB 514 2
897,350 897,350 000000000000000000015fa6c00be54611f108e3b325d5d7c574e3ef994d13ec 1.37 MB 4,269 2
897,349 897,349 000000000000000000002e5523034bdc32f8640a8a3affb8761b840a06c94355 1.53 MB 4,066 4
897,348 897,348 000000000000000000012e99c54753ed751a0b9e7e11ad9522d31bf027f2f291 1.66 MB 4,396 3
897,347 897,347 00000000000000000000173bd8e096cebe7d94d83c20408f348c9c8fb136c91c 1.59 MB 4,397 4
897,346 897,346 00000000000000000001200ae7757ad1f0d07a2cc6f681e899a0d7bc3a8a83ba 1.50 MB 5,076 2
897,345 897,345 000000000000000000011356ec3895121dc03b8fbefde5bd8b5785f53515425e 1.55 MB 5,523 3
897,344 897,344 0000000000000000000219077017bda79620e0de14c71b3c455dbbfea25e6a2c 1.49 MB 4,845 3
897,343 897,343 00000000000000000002065af64287deacff1809bfa9f733f5126804c5276f50 1.47 MB 3,595 2
897,342 897,342 00000000000000000001f28367f63c399280c11f570e2be6a1bd64ef7c01caa1 1.29 MB 2,676 2
897,341 897,341 0000000000000000000022dd323d0bfe1718ca418746778e1bd53ff2da84801b 1.65 MB 4,649 2
897,340 897,340 000000000000000000000cedadce1967e9926da554fcfbfbea63149d558d5d1a 1.47 MB 6,145 2
897,339 897,339 0000000000000000000155c07c0ecafa7227697d14c112e13abe817d9347eebf 1.54 MB 4,952 3
897,338 897,338 00000000000000000002306849f59f94f980d53d7f62da54700fcb72884d12ab 1.41 MB 4,870 3
897,337 897,337 000000000000000000002638c8ee3d1fcf84d086391ad287b07c178a000d1ea9 1.50 MB 4,870 3
897,336 897,336 000000000000000000009e3e3cf4e6cbfd061a8c73cfaaa044179a0f7ae9f214 1.45 MB 5,353 2
897,335 897,335 00000000000000000000c79563fe4290b5cf4a5f7f65514c5b81038d2e75af06 1.53 MB 4,571 5
897,334 897,334 000000000000000000022e43d4b764d3efa6e52ffa46eb978c5f03c1e2800946 1.61 MB 3,804 8
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.