Memory Pool Memory Pool Refreshing

2,561 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
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,555 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (37,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,197 870,197 00000000000000000001616cf320ff766cf4eda472561dcd871d9b5f8f6b9da0 1.56 MB 3,583 24
870,196 870,196 0000000000000000000143083c2a2cdf4eea6edf5b21fabc47a5f1c94d435cde 1.58 MB 3,987 21
870,195 870,195 00000000000000000000c418b38a4826ea2b2fc63f10175dcd8d68818791f9e1 1.61 MB 4,343 23
870,194 870,194 00000000000000000000d791fc6729000f9948c352b9a9b325533460b5e66516 1.54 MB 4,128 30
870,193 870,193 000000000000000000010483e76293b08f890fae70349f50d3c41ddeda6ab194 1.46 MB 5,699 35
870,192 870,192 000000000000000000016686c5a9750b23283a74e647e4f0babc54b7f70d88b2 1.51 MB 6,163 21
870,191 870,191 0000000000000000000191106df809a4f723df347b7d2e1540ae88354bf5a8f2 1.56 MB 5,878 20
870,190 870,190 00000000000000000000b1fa88474203b22abefc1f8016951f1635695c578771 1.47 MB 6,196 20
870,189 870,189 0000000000000000000224f74bab1d3adec32614c1cbf439c1fa55bcffa8e1b2 1.56 MB 4,662 21
870,188 870,188 00000000000000000001ee5ea885be95dd2e877af059524218876f9123a20587 1.66 MB 3,708 15
870,187 870,187 000000000000000000002843975cf04a9e2e8473cd592bd99d1e726330afb2f2 1.42 MB 2,464 17
870,186 870,186 00000000000000000000ab94c0c90457f61d19d87e0bebcea3f0da978bc5f6ef 1.54 MB 3,842 20
870,185 870,185 000000000000000000005a3eb0e9b34d9726bf3dc3f9ab589df350a34951944f 1.60 MB 4,167 22
870,184 870,184 00000000000000000001b858c07cebf8fe4503fb712b6db1ea291f6ba9864ed1 1.48 MB 5,796 26
870,183 870,183 00000000000000000001b7f941fc1d5133b9fc40d2aa5d8b660ce713a41ff3c7 1.54 MB 5,361 19
870,182 870,182 0000000000000000000178de269556190c2e8bcc62f12a5451d5f07c50e8c8f8 1.57 MB 5,114 20
870,181 870,181 000000000000000000012580f617849e8589a0f88c82f2622e6e4562555d2dd6 1.58 MB 4,086 22
870,180 870,180 000000000000000000012212562b1a4d57421a150af70fca76cbb84859b621da 1.56 MB 4,905 19
870,179 870,179 00000000000000000001fe054770c7f0e901552f0f2bfde1f6f7e2aa825856b4 1.62 MB 4,460 20
870,178 870,178 000000000000000000025c1eb882737d032003dd4260aa12d9596c04704b736e 1.44 MB 3,506 20
870,177 870,177 00000000000000000002604774d5f7fbc6a2dbf3832af86faf78c60ca7faca21 1.57 MB 5,078 23
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.