Memory Pool Memory Pool Refreshing

2,897 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,198 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (2,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,342 905,342 0000000000000000000085909eb1bfafbcba5c0154ce20f40ff5f99f7a24595b 1.83 MB 3,837 1
905,341 905,341 000000000000000000003366bf3fe79f014f22affdc43b8c09c8a7d044d8af24 1.56 MB 3,428 4
905,340 905,340 00000000000000000001bce7fd86c25793738a34622b519f9c83f6e40dd78401 1.49 MB 2,719 1
905,339 905,339 000000000000000000018b1e1197b7344e1f4a991becf657fb8d5a73dd210c7d 1.79 MB 3,151 2
905,338 905,338 000000000000000000019bb33292ab094c3f9016b77c0525c041e3f8e75314ec 1.71 MB 4,514 2
905,337 905,337 000000000000000000014cd8f0810e06f6942106c553c073694278aa71b35b02 1.62 MB 3,195 4
905,336 905,336 000000000000000000015c17339514fbdfda5fd331b0ea5b3649a9cecd9ee759 1.96 MB 2,135 1
905,335 905,335 00000000000000000000f7106ca46ced7fadcff54d96b1a3a911772fda6ae765 1.96 MB 3,798 1
905,334 905,334 000000000000000000007efb8c8cc40dd0a9433359596e5185503f615a22d065 1.72 MB 3,957 2
905,333 905,333 000000000000000000022b7e471c460c838ad67face043590df9935dc3c2debb 1.55 MB 3,859 2
905,332 905,332 000000000000000000007a3ecadaf093f4a7ab8b5ef02ee1345da292257bd9b0 1.50 MB 2,773 2
905,331 905,331 000000000000000000010858fe23cf04111eea204f05f770766c3bd73c56456a 1.69 MB 3,183 4
905,330 905,330 00000000000000000000c907aa61858dd512c806482db8bbff14f21e1b2b343b 1.38 MB 2,342 2
905,329 905,329 0000000000000000000150816efdeffa65363f90d76b2be19fbaab91f1774434 1.72 MB 3,988 4
905,328 905,328 00000000000000000001489f7f6b45079163b9592011bde893430380da25bbf5 1.63 MB 4,156 5
905,327 905,327 00000000000000000001d0cdc2001f42e18c388f9dcbd37c2d173a1a44ef17b6 1.52 MB 3,254 8
905,326 905,326 00000000000000000001c7a7eed3c2e31045f9493a6184060a33b7a2f1c773ab 1.73 MB 4,596 2
905,325 905,325 00000000000000000001718d0e7d6726fbef9f89ee02229136cdfc1aff6a6b20 1.74 MB 3,892 3
905,324 905,324 000000000000000000010e1f43a399218e3f6c2d184bbc2494a53fa92b95c13c 1.59 MB 2,984 2
905,323 905,323 00000000000000000000c5d697531e20c08698aa7dbe2f8274dcd3f026bf7b4d 1.63 MB 3,440 7
905,322 905,322 0000000000000000000073ed44535553cbee9db381c3397b21af559ab75d9246 0.18 MB 509 1
Previous 10 blocks ↓
Total Size: 769.11 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.59 GB sent, 93.44 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.