Memory Pool Memory Pool Refreshing

6,555 transactions
2.22 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,819 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (10,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,361 897,361 000000000000000000014b8141b5bc1877c059682b8edf129c9dcf83c9a91c70 1.62 MB 3,225 6
897,360 897,360 00000000000000000001afc4f7099a9156a4749d236b7483c0dca6db7de83007 1.60 MB 3,790 5
897,359 897,359 00000000000000000000c80728fe567c189151e2751d0f2f75429bcf6e39aa6f 1.17 MB 1,841 2
897,358 897,358 00000000000000000001aad2256e621b67c7e9f465ad37c32272f165efb3b917 1.31 MB 4,215 2
897,357 897,357 000000000000000000015cef26f77c4774c1b2da393d9e51249be649ddba4b96 1.46 MB 5,093 3
897,356 897,356 00000000000000000001bb0617d238f38fa7744ab2507b3512fe5f18b9d59ad3 1.46 MB 3,419 5
897,355 897,355 00000000000000000001d7faeecb1ad249b285999862ce2f6406f1cd5d15265e 1.54 MB 4,773 5
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
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.20 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.