Memory Pool Memory Pool Refreshing

3,514 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,509 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (760,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,863 146,863 00000000000006b476ee8710142c0b6a169552d39ee64b7c03838cd96a4210bc 0.00 MB 1 0
146,862 146,862 0000000000000740d005d6d04d8d7a0559f5b5c0165ed9ed41db66003b2213d8 0.04 MB 69 235
146,861 146,861 000000000000012f191e624851f7afa04bf8a4d4900f6953e68a9d14e17ec237 0.02 MB 37 71
146,860 146,860 00000000000001e5dd8ba717c1abb2de08f4e65a31062da1eff7d7e488f66395 0.00 MB 10 0
146,859 146,859 000000000000010fd5b99efd8f99cb495c18dbf0f4bfea96bf7559ddf66c8903 0.03 MB 37 138
146,858 146,858 00000000000001e32a31819ecc442e8812a21dd89a3361f3e12e339ac479ef3a 0.03 MB 95 48
146,857 146,857 00000000000000338452884d888692b5e3381ba4abfaf5419064f3a3b5c3e6ff 0.05 MB 84 234
146,856 146,856 00000000000001380d5139ad88fbcbbc901783e3e43837d5213e60e27481fcac 0.00 MB 14 40
146,855 146,855 00000000000006079cc9921e0c5a588a3711bd34e4d9d08d58753a53cde4debb 0.02 MB 32 277
146,854 146,854 00000000000000d524983a75b65c9e81130d95e11601c43a4cda0c8172b46978 0.03 MB 82 110
146,853 146,853 00000000000007ccf67dd55b1beb32721e9705dab202580c1d0626687df06994 0.01 MB 21 40
146,852 146,852 00000000000005a50c3609f9f95551e4df12681e112c2ca044c64f0a545ffd3d 0.00 MB 6 0
146,851 146,851 00000000000000630f372c2f7748985fc2806dbe84ff58e71602b76cb632d419 0.01 MB 8 29
146,850 146,850 000000000000033854a9384fad4a4746d1c4b20b4dd98cf37edabe20ae1508dc 0.02 MB 47 87
146,849 146,849 00000000000002ad68c864a327e922b3c91b20eb285c2c21c5662ca1f4c4d397 0.00 MB 10 33
146,848 146,848 000000000000067e2106e5148b2223475e3c70f1df32f4220d7d637584078ed0 0.01 MB 18 51
146,847 146,847 0000000000000324dffa6a422d77bb5e09cad806d0d7728de2e4d93b5e58695f 0.01 MB 15 151
146,846 146,846 00000000000008ba59982132b1f9925ce4e9bd3e979db92dbb951198c092875b 0.04 MB 115 184
146,845 146,845 00000000000006186125132320e57a6cf3432467b505b7a7f07c0fedbf3055b5 0.02 MB 48 249
146,844 146,844 00000000000005ece4c971c7881da02de9d43f8f621ef47accae369321231ce6 0.02 MB 38 108
146,843 146,843 000000000000076a5c77e12a88bb03cd65289f2c8633d5f506d0e28b05ec9a0e 0.04 MB 89 54
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.